]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - include/net/netfilter/ipv6/nf_defrag_ipv6.h
Merge remote-tracking branches 'asoc/topic/tegra', 'asoc/topic/tlv320aic23', 'asoc...
[mirror_ubuntu-focal-kernel.git] / include / net / netfilter / ipv6 / nf_defrag_ipv6.h
1 #ifndef _NF_DEFRAG_IPV6_H
2 #define _NF_DEFRAG_IPV6_H
3
4 struct net;
5 int nf_defrag_ipv6_enable(struct net *);
6
7 int nf_ct_frag6_init(void);
8 void nf_ct_frag6_cleanup(void);
9 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
10
11 struct inet_frags_ctl;
12
13 #endif /* _NF_DEFRAG_IPV6_H */