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;
20 struct prot_inuse __percpu *prot_inuse;
23 #if IS_ENABLED(CONFIG_RPS) && IS_ENABLED(CONFIG_SYSCTL)
24 struct cpumask *rps_default_mask;