Home
last modified time | relevance | path

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

/linux/net/
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()
60 struct net *net = container_of(head->set, struct net, sysctls); in net_ctl_set_ownership()
81 setup_sysctl_set(&net->sysctls, &net_sysctl_root, is_seen); in sysctl_net_init()
87 retire_sysctl_set(&net->sysctls); in sysctl_net_exit()
169 return __register_sysctl_table(&net->sysctls, path, table); in register_net_sysctl()
/linux/kernel/
A Ducount.c111 ns->sysctls = __register_sysctl_table(&ns->set, "user", tbl); in setup_userns_sysctls()
113 if (!ns->sysctls) { in setup_userns_sysctls()
127 tbl = ns->sysctls->ctl_table_arg; in retire_userns_sysctls()
128 unregister_sysctl_table(ns->sysctls); in retire_userns_sysctls()
/linux/Documentation/filesystems/
A Ddevpts.rst25 Total count of pty pairs in all instances is limited by sysctls::
/linux/include/linux/
A Duser_namespace.h98 struct ctl_table_header *sysctls; member
/linux/Documentation/networking/
A Dtcp-thin.rst42 tcp_thin_linear_timeouts and tcp_thin_dupack sysctls. Both
A Dxfrm_sync.rst28 These thresholds are set system-wide via sysctls or can be updated
121 the two sysctls/proc entries are:
A Drds.rst62 * sysctls
64 RDS supports a number of sysctls in /proc/sys/net/rds
A Ddccp.rst146 Several DCCP default parameters can be managed by the following sysctls
A Drxrpc.rst1107 adjusted through sysctls in /proc/net/rxrpc/:
/linux/include/net/
A Dnet_namespace.h96 struct ctl_table_set sysctls; member
/linux/Documentation/admin-guide/LSM/
A DYama.rst8 at run-time through sysctls in ``/proc/sys/kernel/yama``:
/linux/Documentation/admin-guide/
A Dxfs.rst262 sysctls chapter
265 The following sysctls are available for the XFS filesystem:
A Dkernel-parameters.txt3305 the nmi_watchdog and hardlockup_panic sysctls.
/linux/Documentation/admin-guide/sysctl/
A Dfs.rst176 These sysctls allow you to change the value of the fixed UID and GID.
A Dkernel.rst616 numa_balancing_scan_size_mb`_, and numa_balancing_settle_count sysctls.
640 memory accesses. These sysctls control the thresholds for scan delays and
702 These sysctls allow you to change the value of the fixed UID and GID.

Completed in 33 milliseconds