blob: 27d935167728908e4d62c4c436645ceda249d147 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NETNS_CORE_H__
#define __NETNS_CORE_H__
struct ctl_table_header;
struct prot_inuse;
struct netns_core {
/* core sysctls */
struct ctl_table_header *sysctl_hdr;
int sysctl_somaxconn;
int sysctl_android_paranoid;
struct prot_inuse __percpu *inuse;
};
#endif