diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/net_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index d5936115d972..b62e31fca474 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -39,6 +39,7 @@ struct net { | |||
39 | 39 | ||
40 | /* core sysctls */ | 40 | /* core sysctls */ |
41 | struct ctl_table_header *sysctl_core_hdr; | 41 | struct ctl_table_header *sysctl_core_hdr; |
42 | int sysctl_somaxconn; | ||
42 | 43 | ||
43 | /* List of all packet sockets. */ | 44 | /* List of all packet sockets. */ |
44 | rwlock_t packet_sklist_lock; | 45 | rwlock_t packet_sklist_lock; |