License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / net / netfilter / ipv6 / nf_defrag_ipv6.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e97c3e27
BS
2#ifndef _NF_DEFRAG_IPV6_H
3#define _NF_DEFRAG_IPV6_H
4
834184b1
FW
5struct net;
6int nf_defrag_ipv6_enable(struct net *);
4e77be46
JP
7
8int nf_ct_frag6_init(void);
9void nf_ct_frag6_cleanup(void);
daaa7d64 10int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
2fc72c7b
KK
11
12struct inet_frags_ctl;
13
e97c3e27 14#endif /* _NF_DEFRAG_IPV6_H */