aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netns/ipv4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index a9b4f6086294..504fde174525 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -26,6 +26,8 @@ struct netns_ipv4 {
26 struct hlist_head *fib_table_hash; 26 struct hlist_head *fib_table_hash;
27 struct sock *fibnl; 27 struct sock *fibnl;
28 28
29 struct sock **icmp_sk;
30
29 struct netns_frags frags; 31 struct netns_frags frags;
30#ifdef CONFIG_NETFILTER 32#ifdef CONFIG_NETFILTER
31 struct xt_table *iptable_filter; 33 struct xt_table *iptable_filter;