1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_CORE_H__
3 #define __NETNS_CORE_H__
5 #include <linux/types.h>
7 struct ctl_table_header
;
13 struct ctl_table_header
*sysctl_hdr
;
16 int sysctl_optmem_max
;
18 u8 sysctl_tstamp_allow_data
;
21 struct prot_inuse __percpu
*prot_inuse
;
24 #if IS_ENABLED(CONFIG_RPS) && IS_ENABLED(CONFIG_SYSCTL)
25 struct cpumask
*rps_default_mask
;