Release 4.17 include/net/netns/core.h
/* 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;
#ifdef CONFIG_PROC_FS
int __percpu *sock_inuse;
struct prot_inuse __percpu *prot_inuse;
#endif
};
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Pavel Emelyanov | 32 | 71.11% | 2 | 28.57% |
Tonghao Zhang | 11 | 24.44% | 3 | 42.86% |
Tejun Heo | 1 | 2.22% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 2.22% | 1 | 14.29% |
Total | 45 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.