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.h8
1 files changed, 8 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..bcbd724cc
--- /dev/null
+++ b/include/net/netfilter/ipv4/nf_defrag_ipv4.h
@@ -0,0 +1,8 @@
+/* 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 *);
+
+#endif /* _NF_DEFRAG_IPV4_H */