aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv4/nf_defrag_ipv4.h
blob: 7fda9ce9f6943fba57a09cc0159db33a87373fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NF_DEFRAG_IPV4_H
#define _NF_DEFRAG_IPV4_H

struct net;
int nf_defrag_ipv4_enable(struct net *net);
void nf_defrag_ipv4_disable(struct net *net);

#endif /* _NF_DEFRAG_IPV4_H */