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

source code of linux/include/net/netfilter/ipv4/nf_defrag_ipv4.h