Home
last modified time | relevance | path

Searched refs:sysctls (Results 1 – 11 of 11) sorted by relevance

/linux/net/
H A Dsysctl_net.c33 return &current->nsproxy->net_ns->sysctls; in net_ctl_header_lookup()
38 return &current->nsproxy->net_ns->sysctls == set; in is_seen()
45 struct net *net = container_of(head->set, struct net, sysctls); in net_ctl_permissions()
59 struct net *net = container_of(head->set, struct net, sysctls); in net_ctl_set_ownership()
80 setup_sysctl_set(&net->sysctls, &net_sysctl_root, is_seen); in sysctl_net_init()
86 retire_sysctl_set(&net->sysctls); in sysctl_net_exit()
171 return __register_sysctl_table(&net->sysctls, path, table, table_size); in register_net_sysctl_sz()
/linux/kernel/
H A Ducount.c108 ns->sysctls = __register_sysctl_table(&ns->set, "user", tbl, in setup_userns_sysctls()
111 if (!ns->sysctls) { in setup_userns_sysctls()
125 tbl = ns->sysctls->ctl_table_arg; in retire_userns_sysctls()
126 unregister_sysctl_table(ns->sysctls); in retire_userns_sysctls()
H A Dpid.c818 pidns->sysctls = __register_sysctl_table(&pidns->set, "kernel", tbl, in pid_idr_init()
820 if (!pidns->sysctls) { in pid_namespace_sysctl_init()
834 tbl = pidns->sysctls->ctl_table_arg; in __pidfd_fget()
835 unregister_sysctl_table(pidns->sysctls); in __pidfd_fget()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-after-idle.pkt38 // Reset sysctls
H A Dtcp_slow_start_slow-start-after-win-update.pkt49 // Reset sysctls
/linux/Documentation/filesystems/
H A Ddevpts.rst25 Total count of pty pairs in all instances is limited by sysctls::
/linux/include/linux/
H A Duser_namespace.h108 struct ctl_table_header *sysctls; member
/linux/Documentation/networking/
H A Dtcp-thin.rst42 tcp_thin_linear_timeouts and tcp_thin_dupack sysctls. Both
/linux/Documentation/admin-guide/LSM/
H A DYama.rst8 at run-time through sysctls in ``/proc/sys/kernel/yama``:
/linux/include/net/
H A Dnet_namespace.h107 struct ctl_table_set sysctls;
106 struct ctl_table_set sysctls; global() member
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4456 the nmi_watchdog and hardlockup_panic sysctls.