1#ifndef _NF_DEFRAG_IPV6_H
2#define _NF_DEFRAG_IPV6_H
3
4void nf_defrag_ipv6_enable(void);
5
6int nf_ct_frag6_init(void);
7void nf_ct_frag6_cleanup(void);
8struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb, u32 user);
9void nf_ct_frag6_consume_orig(struct sk_buff *skb);
10
11struct inet_frags_ctl;
12
13#endif /* _NF_DEFRAG_IPV6_H */
14