Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic...
[deliverable/linux.git] / include / net / netns / core.h
CommitLineData
8efa6e93
PE
1#ifndef __NETNS_CORE_H__
2#define __NETNS_CORE_H__
3
4struct ctl_table_header;
70ee1159 5struct prot_inuse;
8efa6e93
PE
6
7struct netns_core {
8 /* core sysctls */
9 struct ctl_table_header *sysctl_hdr;
10
11 int sysctl_somaxconn;
70ee1159 12
7d720c3e 13 struct prot_inuse __percpu *inuse;
8efa6e93
PE
14};
15
16#endif
This page took 1.380459 seconds and 5 git commands to generate.