1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_DEFRAG_IPV4_H
3 #define _NF_DEFRAG_IPV4_H
4 
5 struct net;
6 int nf_defrag_ipv4_enable(struct net *net);
7 void nf_defrag_ipv4_disable(struct net *net);
8 
9 #endif /* _NF_DEFRAG_IPV4_H */
10