ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / netfilter / ipv6 / nf_conntrack_ipv6.h
blob1ee717eb5b099f6fa1fc782506c05e0dd59addb8
1 #ifndef _NF_CONNTRACK_IPV6_H
2 #define _NF_CONNTRACK_IPV6_H
4 extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv6;
6 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6;
7 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6;
8 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
10 extern int nf_ct_frag6_init(void);
11 extern void nf_ct_frag6_cleanup(void);
12 extern struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb, u32 user);
13 extern void nf_ct_frag6_output(unsigned int hooknum, struct sk_buff *skb,
14 struct net_device *in,
15 struct net_device *out,
16 int (*okfn)(struct sk_buff *));
18 struct inet_frags_ctl;
20 #include <linux/sysctl.h>
21 extern struct ctl_table nf_ct_ipv6_sysctl_table[];
23 #endif /* _NF_CONNTRACK_IPV6_H*/