diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netns/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/core.h b/include/net/netns/core.h index 0e8c0f8435d4..24d4be76bbd1 100644 --- a/include/net/netns/core.h +++ b/include/net/netns/core.h | |||
@@ -2,12 +2,15 @@ | |||
2 | #define __NETNS_CORE_H__ | 2 | #define __NETNS_CORE_H__ |
3 | 3 | ||
4 | struct ctl_table_header; | 4 | struct ctl_table_header; |
5 | struct prot_inuse; | ||
5 | 6 | ||
6 | struct netns_core { | 7 | struct netns_core { |
7 | /* core sysctls */ | 8 | /* core sysctls */ |
8 | struct ctl_table_header *sysctl_hdr; | 9 | struct ctl_table_header *sysctl_hdr; |
9 | 10 | ||
10 | int sysctl_somaxconn; | 11 | int sysctl_somaxconn; |
12 | |||
13 | struct prot_inuse *inuse; | ||
11 | }; | 14 | }; |
12 | 15 | ||
13 | #endif | 16 | #endif |