diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/net_namespace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index f97b2a4469ae..d5936115d972 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -37,6 +37,9 @@ struct net { | |||
37 | 37 | ||
38 | struct sock *rtnl; /* rtnetlink socket */ | 38 | struct sock *rtnl; /* rtnetlink socket */ |
39 | 39 | ||
40 | /* core sysctls */ | ||
41 | struct ctl_table_header *sysctl_core_hdr; | ||
42 | |||
40 | /* List of all packet sockets. */ | 43 | /* List of all packet sockets. */ |
41 | rwlock_t packet_sklist_lock; | 44 | rwlock_t packet_sklist_lock; |
42 | struct hlist_head packet_sklist; | 45 | struct hlist_head packet_sklist; |