]> Pileus Git - ~andy/linux/blob - include/net/netfilter/ipv6/nf_defrag_ipv6.h
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / include / net / netfilter / ipv6 / nf_defrag_ipv6.h
1 #ifndef _NF_DEFRAG_IPV6_H
2 #define _NF_DEFRAG_IPV6_H
3
4 extern void nf_defrag_ipv6_enable(void);
5
6 extern int nf_ct_frag6_init(void);
7 extern void nf_ct_frag6_cleanup(void);
8 extern struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb, u32 user);
9 extern void nf_ct_frag6_output(unsigned int hooknum, struct sk_buff *skb,
10                                struct net_device *in,
11                                struct net_device *out,
12                                int (*okfn)(struct sk_buff *));
13
14 struct inet_frags_ctl;
15
16 #endif /* _NF_DEFRAG_IPV6_H */