mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-19 07:32:27 +00:00
14 lines
190 B
C
14 lines
190 B
C
![]() |
#ifndef __NETNS_CORE_H__
|
||
|
#define __NETNS_CORE_H__
|
||
|
|
||
|
struct ctl_table_header;
|
||
|
|
||
|
struct netns_core {
|
||
|
/* core sysctls */
|
||
|
struct ctl_table_header *sysctl_hdr;
|
||
|
|
||
|
int sysctl_somaxconn;
|
||
|
};
|
||
|
|
||
|
#endif
|