[NETFILTER]: nf_conntrack/nf_nat: add amanda helper port
Add IPv4 and IPv6 capable nf_conntrack port of the Amanda conntrack/NAT helper. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d6a9b6500a
commit
1695890057
10
include/linux/netfilter/nf_conntrack_amanda.h
Normal file
10
include/linux/netfilter/nf_conntrack_amanda.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _NF_CONNTRACK_AMANDA_H
|
||||
#define _NF_CONNTRACK_AMANDA_H
|
||||
/* AMANDA tracking. */
|
||||
|
||||
extern unsigned int (*nf_nat_amanda_hook)(struct sk_buff **pskb,
|
||||
enum ip_conntrack_info ctinfo,
|
||||
unsigned int matchoff,
|
||||
unsigned int matchlen,
|
||||
struct nf_conntrack_expect *exp);
|
||||
#endif /* _NF_CONNTRACK_AMANDA_H */
|
Reference in New Issue
Block a user