summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv4/nf_defrag_ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/ipv4/nf_defrag_ipv4.h')
-rw-r--r--include/net/netfilter/ipv4/nf_defrag_ipv4.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/netfilter/ipv4/nf_defrag_ipv4.h b/include/net/netfilter/ipv4/nf_defrag_ipv4.h
new file mode 100644
index 000000000..7fda9ce9f
--- /dev/null
+++ b/include/net/netfilter/ipv4/nf_defrag_ipv4.h
@@ -0,0 +1,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 */