aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r--include/net/netns/ipv6.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index 6f82046e3013..58fbf30d9fdb 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -5,6 +5,15 @@
5#ifndef __NETNS_IPV6_H__ 5#ifndef __NETNS_IPV6_H__
6#define __NETNS_IPV6_H__ 6#define __NETNS_IPV6_H__
7 7
8struct ctl_table_header;
9
10struct netns_sysctl_ipv6 {
11#ifdef CONFIG_SYSCTL
12 struct ctl_table_header *table;
13#endif
14};
15
8struct netns_ipv6 { 16struct netns_ipv6 {
17 struct netns_sysctl_ipv6 sysctl;
9}; 18};
10#endif 19#endif