aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-02-23 15:24:02 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:43 +0100
commitef90a8d1de7ff54bfd0fcfe6371c20f544b14d6d (patch)
tree30bb9335fc7dd89de0761bfd729ef0e41008a2a4
parent50d1c00bbd7be72ea0ae0905681465f7b3381d65 (diff)
downloadtip-master.tar.gz
headers/prep: Fix header to build standalone: <net/netfilter/ipv6/nf_defrag_ipv6.h>HEADmaster
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/net/netfilter/ipv6/nf_defrag_ipv6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netfilter/ipv6/nf_defrag_ipv6.h b/include/net/netfilter/ipv6/nf_defrag_ipv6.h
index ceadf8ba25a446..9cc9abb2543cb9 100644
--- a/include/net/netfilter/ipv6/nf_defrag_ipv6.h
+++ b/include/net/netfilter/ipv6/nf_defrag_ipv6.h
@@ -5,6 +5,8 @@
#include <linux/skbuff.h>
#include <linux/types.h>
+struct net;
+
int nf_defrag_ipv6_enable(struct net *net);
void nf_defrag_ipv6_disable(struct net *net);