diff options
Diffstat (limited to 'include/net/net_namespace.h')
-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 235214c4c231..b0cf07519b81 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -38,6 +38,9 @@ struct net { | |||
38 | /* List of all packet sockets. */ | 38 | /* List of all packet sockets. */ |
39 | rwlock_t packet_sklist_lock; | 39 | rwlock_t packet_sklist_lock; |
40 | struct hlist_head packet_sklist; | 40 | struct hlist_head packet_sklist; |
41 | |||
42 | /* unix sockets */ | ||
43 | int sysctl_unix_max_dgram_qlen; | ||
41 | }; | 44 | }; |
42 | 45 | ||
43 | #ifdef CONFIG_NET | 46 | #ifdef CONFIG_NET |