xref: /linux/include/net/netfilter/ipv4/nf_defrag_ipv4.h (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
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