GNU Linux-libre 4.9.311-gnu1
[releases.git] / include / net / netfilter / ipv6 / nf_defrag_ipv6.h
1 #ifndef _NF_DEFRAG_IPV6_H
2 #define _NF_DEFRAG_IPV6_H
3
4 void nf_defrag_ipv6_enable(void);
5
6 int nf_ct_frag6_init(void);
7 void nf_ct_frag6_cleanup(void);
8 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
9
10 struct inet_frags_ctl;
11
12 #endif /* _NF_DEFRAG_IPV6_H */