Searched refs:sysctl (Results 1 - 200 of 338) sorted by relevance

12

/linux-4.1.27/net/ipv6/
H A Dsysctl_net_ipv6.c2 * sysctl_net_ipv6.c: sysctl interface to net IPV6 subsystem.
5 * YOSHIFUJI Hideaki @USAGI: added icmp sysctl table.
9 #include <linux/sysctl.h>
24 .data = &init_net.ipv6.sysctl.bindv6only,
31 .data = &init_net.ipv6.sysctl.anycast_src_echo_reply,
38 .data = &init_net.ipv6.sysctl.flowlabel_consistency,
45 .data = &init_net.ipv6.sysctl.auto_flowlabels,
52 .data = &init_net.ipv6.sysctl.fwmark_reflect,
59 .data = &init_net.ipv6.sysctl.idgen_retries,
66 .data = &init_net.ipv6.sysctl.idgen_delay,
105 ipv6_table[0].data = &net->ipv6.sysctl.bindv6only; ipv6_sysctl_net_init()
106 ipv6_table[1].data = &net->ipv6.sysctl.anycast_src_echo_reply; ipv6_sysctl_net_init()
107 ipv6_table[2].data = &net->ipv6.sysctl.flowlabel_consistency; ipv6_sysctl_net_init()
108 ipv6_table[3].data = &net->ipv6.sysctl.auto_flowlabels; ipv6_sysctl_net_init()
109 ipv6_table[4].data = &net->ipv6.sysctl.fwmark_reflect; ipv6_sysctl_net_init()
110 ipv6_table[5].data = &net->ipv6.sysctl.idgen_retries; ipv6_sysctl_net_init()
111 ipv6_table[6].data = &net->ipv6.sysctl.idgen_delay; ipv6_sysctl_net_init()
121 net->ipv6.sysctl.hdr = register_net_sysctl(net, "net/ipv6", ipv6_table); ipv6_sysctl_net_init()
122 if (!net->ipv6.sysctl.hdr) ipv6_sysctl_net_init()
125 net->ipv6.sysctl.route_hdr = ipv6_sysctl_net_init()
127 if (!net->ipv6.sysctl.route_hdr) ipv6_sysctl_net_init()
130 net->ipv6.sysctl.icmp_hdr = ipv6_sysctl_net_init()
132 if (!net->ipv6.sysctl.icmp_hdr) ipv6_sysctl_net_init()
139 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr); ipv6_sysctl_net_init()
141 unregister_net_sysctl_table(net->ipv6.sysctl.hdr); ipv6_sysctl_net_init()
157 ipv6_table = net->ipv6.sysctl.hdr->ctl_table_arg; ipv6_sysctl_net_exit()
158 ipv6_route_table = net->ipv6.sysctl.route_hdr->ctl_table_arg; ipv6_sysctl_net_exit()
159 ipv6_icmp_table = net->ipv6.sysctl.icmp_hdr->ctl_table_arg; ipv6_sysctl_net_exit()
161 unregister_net_sysctl_table(net->ipv6.sysctl.icmp_hdr); ipv6_sysctl_net_exit()
162 unregister_net_sysctl_table(net->ipv6.sysctl.route_hdr); ipv6_sysctl_net_exit()
163 unregister_net_sysctl_table(net->ipv6.sysctl.hdr); ipv6_sysctl_net_exit()
H A Droute.c65 #include <linux/sysctl.h>
1163 rt6_update_expires(rt6, net->ipv6.sysctl.ip6_rt_mtu_expires); ip6_rt_update_pmtu()
1326 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss) ip6_default_advmss()
1327 mtu = net->ipv6.sysctl.ip6_rt_min_advmss; ip6_default_advmss()
1448 int rt_min_interval = net->ipv6.sysctl.ip6_rt_gc_min_interval; ip6_dst_gc()
1449 int rt_max_size = net->ipv6.sysctl.ip6_rt_max_size; ip6_dst_gc()
1450 int rt_elasticity = net->ipv6.sysctl.ip6_rt_gc_elasticity; ip6_dst_gc()
1451 int rt_gc_timeout = net->ipv6.sysctl.ip6_rt_gc_timeout; ip6_dst_gc()
3114 delay = net->ipv6.sysctl.flush_delay; ipv6_sysctl_rtcache_flush()
3123 .data = &init_net.ipv6.sysctl.flush_delay,
3137 .data = &init_net.ipv6.sysctl.ip6_rt_max_size,
3144 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
3151 .data = &init_net.ipv6.sysctl.ip6_rt_gc_timeout,
3158 .data = &init_net.ipv6.sysctl.ip6_rt_gc_interval,
3165 .data = &init_net.ipv6.sysctl.ip6_rt_gc_elasticity,
3172 .data = &init_net.ipv6.sysctl.ip6_rt_mtu_expires,
3179 .data = &init_net.ipv6.sysctl.ip6_rt_min_advmss,
3186 .data = &init_net.ipv6.sysctl.ip6_rt_gc_min_interval,
3203 table[0].data = &net->ipv6.sysctl.flush_delay; ipv6_route_sysctl_init()
3206 table[2].data = &net->ipv6.sysctl.ip6_rt_max_size; ipv6_route_sysctl_init()
3207 table[3].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval; ipv6_route_sysctl_init()
3208 table[4].data = &net->ipv6.sysctl.ip6_rt_gc_timeout; ipv6_route_sysctl_init()
3209 table[5].data = &net->ipv6.sysctl.ip6_rt_gc_interval; ipv6_route_sysctl_init()
3210 table[6].data = &net->ipv6.sysctl.ip6_rt_gc_elasticity; ipv6_route_sysctl_init()
3211 table[7].data = &net->ipv6.sysctl.ip6_rt_mtu_expires; ipv6_route_sysctl_init()
3212 table[8].data = &net->ipv6.sysctl.ip6_rt_min_advmss; ipv6_route_sysctl_init()
3213 table[9].data = &net->ipv6.sysctl.ip6_rt_gc_min_interval; ipv6_route_sysctl_init()
3269 net->ipv6.sysctl.flush_delay = 0; ip6_route_net_init()
3270 net->ipv6.sysctl.ip6_rt_max_size = 4096; ip6_route_net_init()
3271 net->ipv6.sysctl.ip6_rt_gc_min_interval = HZ / 2; ip6_route_net_init()
3272 net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ; ip6_route_net_init()
3273 net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ; ip6_route_net_init()
3274 net->ipv6.sysctl.ip6_rt_gc_elasticity = 9; ip6_route_net_init()
3275 net->ipv6.sysctl.ip6_rt_mtu_expires = 10*60*HZ; ip6_route_net_init()
3276 net->ipv6.sysctl.ip6_rt_min_advmss = IPV6_MIN_MTU - 20 - 40; ip6_route_net_init()
H A Dxfrm6_policy.c357 net->ipv6.sysctl.xfrm6_hdr = hdr; xfrm6_net_sysctl_init()
371 if (!net->ipv6.sysctl.xfrm6_hdr) xfrm6_net_sysctl_exit()
374 table = net->ipv6.sysctl.xfrm6_hdr->ctl_table_arg; xfrm6_net_sysctl_exit()
375 unregister_net_sysctl_table(net->ipv6.sysctl.xfrm6_hdr); xfrm6_net_sysctl_exit()
H A Daf_inet6.c203 sk->sk_ipv6only = net->ipv6.sysctl.bindv6only; inet6_create()
773 net->ipv6.sysctl.bindv6only = 0; inet6_net_init()
774 net->ipv6.sysctl.icmpv6_time = 1*HZ; inet6_net_init()
775 net->ipv6.sysctl.flowlabel_consistency = 1; inet6_net_init()
776 net->ipv6.sysctl.auto_flowlabels = 0; inet6_net_init()
777 net->ipv6.sysctl.idgen_retries = 3; inet6_net_init()
778 net->ipv6.sysctl.idgen_delay = 1 * HZ; inet6_net_init()
H A Dicmp.c26 * YOSHIFUJI Hideaki @USAGI: added sysctl for icmp rate limit.
48 #include <linux/sysctl.h>
200 int tmo = net->ipv6.sysctl.icmpv6_time; icmpv6_xrlim_allow()
566 !(net->ipv6.sysctl.anycast_src_echo_reply && icmpv6_echo_reply()
997 .data = &init_net.ipv6.sysctl.icmpv6_time,
1014 table[0].data = &net->ipv6.sysctl.icmpv6_time; ipv6_icmp_sysctl_init()
H A Dreassembly.c658 net->ipv6.sysctl.frags_hdr = hdr; ip6_frags_ns_sysctl_register()
672 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg; ip6_frags_ns_sysctl_unregister()
673 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr); ip6_frags_ns_sysctl_unregister()
H A Dip6_flowlabel.c584 if (net->ipv6.sysctl.flowlabel_consistency) {
585 net_info_ratelimited("Can not set IPV6_FL_F_REFLECT if flowlabel_consistency sysctl is enable\n");
/linux-4.1.27/net/phonet/
H A DMakefile8 sysctl.o \
H A Dsysctl.c2 * File: sysctl.c
26 #include <linux/sysctl.h>
/linux-4.1.27/include/linux/
H A Dinotify.h9 #include <linux/sysctl.h>
12 extern struct ctl_table inotify_table[]; /* for sysctl */
H A Dipc.h8 #define IPCMNI 32768 /* <= MAX_INT limit for ipc arrays (including sysctl changes) */
H A Dsysctl.h2 * sysctl.h: General linux system control interface
11 ** the sysctl() binary interface. Do *NOT* change the
28 #include <uapi/linux/sysctl.h>
60 * Register a set of sysctl names by calling register_sysctl_table
65 * sysctl names can be mirrored automatically under /proc/sys. The
71 * Leaf nodes in the sysctl tree will be represented by a single file
75 * sysctl(2) can automatically manage read and write requests through
76 * the sysctl table. The data and maxlen fields of the ctl_table
104 /* A sysctl table is an array of struct ctl_table: */
H A Daio.h29 /* for sysctl: */
H A Dkmod.h27 #include <linux/sysctl.h>
32 extern char modprobe_path[]; /* for sysctl */
H A Dreboot.h67 extern int C_A_D; /* for sysctl */
H A Dpoll.h10 #include <linux/sysctl.h>
14 extern struct ctl_table epoll_table[]; /* for sysctl */
H A Drtmutex.h19 extern int max_lock_depth; /* for sysctl */
H A Dacct.h26 extern int acct_parm[]; /* for sysctl */
H A Dinetdevice.h12 #include <linux/sysctl.h>
16 void *sysctl; member in struct:ipv4_devconf
H A Dipc_namespace.h52 /* next fields are set through sysctl */
H A Dwriteback.h126 /* These are exported to sysctl. */
H A Dbacking-dev.h20 #include <linux/sysctl.h>
H A Dipv6.h61 void *sysctl; member in struct:ipv6_devconf
H A Dsignal.h10 /* for sysctl */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A DMakefile3 obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \
/linux-4.1.27/include/net/netfilter/ipv6/
H A Dnf_conntrack_ipv6.h10 #include <linux/sysctl.h>
/linux-4.1.27/include/net/netns/
H A Dieee802154_6lowpan.h17 struct netns_sysctl_lowpan sysctl; member in struct:netns_ieee802154_lowpan
H A Dipv6.h40 struct netns_sysctl_ipv6 sysctl; member in struct:netns_ipv6
87 struct netns_sysctl_ipv6 sysctl; member in struct:netns_nf_frag
H A Dsctp.h85 /* Potentially-Failed.Max.Retrans sysctl value
/linux-4.1.27/fs/coda/
H A DMakefile8 coda_linux.o symlink.o pioctl.o sysctl.o
H A Dsysctl.c10 #include <linux/sysctl.h>
H A Dcoda_linux.h61 /* sysctl.h */
/linux-4.1.27/security/keys/
H A DMakefile20 obj-$(CONFIG_SYSCTL) += sysctl.o
H A Dsysctl.c13 #include <linux/sysctl.h>
/linux-4.1.27/security/selinux/include/
H A Dinitial_sid_to_string.h21 "sysctl",
/linux-4.1.27/tools/lib/api/fs/
H A Dfs.h16 int sysctl__read_int(const char *sysctl, int *value);
H A Dfs.c188 int sysctl__read_int(const char *sysctl, int *value) sysctl__read_int() argument
196 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); sysctl__read_int()
/linux-4.1.27/tools/testing/selftests/sysctl/
H A DMakefile1 # Makefile for sysctl selftests.
/linux-4.1.27/fs/ntfs/
H A Dsysctl.c2 * sysctl.c - Code for sysctl handling in NTFS Linux kernel driver. Part of
31 #include <linux/sysctl.h>
33 #include "sysctl.h"
36 /* Definition of the ntfs sysctl. */
62 * ntfs_sysctl - add or remove the debug sysctl
63 * @add: add (1) or remove (0) the sysctl
65 * Add or remove the debug sysctl. Return 0 on success or -errno on error.
H A DMakefile6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
H A Dsysctl.h2 * sysctl.h - Defines for sysctl handling in NTFS Linux kernel driver. Part of
/linux-4.1.27/include/uapi/linux/sunrpc/
H A Ddebug.h31 * Declarations for the sysctl debug interface, which allows to read or
33 * module currently registers its sysctl table dynamically, the sysctl path
/linux-4.1.27/fs/nfs/
H A Dsysctl.c2 * linux/fs/nfs/sysctl.c
10 #include <linux/sysctl.h>
H A DMakefile12 nfs-$(CONFIG_SYSCTL) += sysctl.o
H A Dnfs4sysctl.c8 #include <linux/sysctl.h>
/linux-4.1.27/net/ipx/
H A Dsysctl_net_ipx.c2 * sysctl_net_ipx.c: sysctl interface to net IPX subsystem.
10 #include <linux/sysctl.h>
/linux-4.1.27/net/appletalk/
H A Dsysctl_net_atalk.c2 * sysctl_net_atalk.c: sysctl interface to net AppleTalk subsystem.
9 #include <linux/sysctl.h>
/linux-4.1.27/net/rds/
H A DMakefile3 recv.o send.o stats.o sysctl.o threads.o transport.o \
H A Dib_sysctl.c34 #include <linux/sysctl.h>
53 * This sysctl does nothing.
H A Dsysctl.c34 #include <linux/sysctl.h>
H A Diw_sysctl.c34 #include <linux/sysctl.h>
/linux-4.1.27/net/rxrpc/
H A DMakefile24 af-rxrpc-$(CONFIG_SYSCTL) += sysctl.o
H A Dsysctl.c12 #include <linux/sysctl.h>
/linux-4.1.27/net/sctp/
H A DMakefile19 sctp-$(CONFIG_SYSCTL) += sysctl.o
/linux-4.1.27/net/sunrpc/
H A DMakefile20 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
H A Dsysctl.c2 * linux/net/sunrpc/sysctl.c
14 #include <linux/sysctl.h>
/linux-4.1.27/net/llc/
H A Dsysctl_net_llc.c2 * sysctl_net_llc.c: sysctl interface to LLC net subsystem.
9 #include <linux/sysctl.h>
/linux-4.1.27/net/x25/
H A Dsysctl_net_x25.c2 * sysctl_net_x25.c: sysctl interface to net X.25 subsystem.
8 #include <linux/sysctl.h>
/linux-4.1.27/security/
H A Dmin_addr.c4 #include <linux/sysctl.h>
28 * sysctl handler which just sets dac_mmap_min_addr = the new value and then
/linux-4.1.27/drivers/scsi/
H A Dscsi_sysctl.c9 #include <linux/sysctl.h>
/linux-4.1.27/init/
H A Dinit_task.c5 #include <linux/sched/sysctl.h>
/linux-4.1.27/arch/frv/kernel/
H A DMakefile21 obj-$(CONFIG_SYSCTL) += sysctl.o
H A Dpm-mb93093.c17 #include <linux/sysctl.h>
H A Dsysctl.c0 /* sysctl.c: implementation of /proc/sys files relating to FRV specifically
12 #include <linux/sysctl.h>
199 * Use a temporary sysctl number. Horrid, but will be cleaned up in 2.6
H A Dpm.c19 #include <linux/sysctl.h>
124 * Use a temporary sysctl number. Horrid, but will be cleaned up in 2.6
/linux-4.1.27/net/
H A Dsysctl_net.c2 * sysctl_net.c: sysctl interface to net subsystem.
16 #include <linux/sysctl.h>
88 /* Avoid limitations in the sysctl implementation by net_sysctl_init()
/linux-4.1.27/net/tipc/
H A Dsysctl.c2 * net/tipc/sysctl.c: sysctl interface to TIPC subsystem
38 #include <linux/sysctl.h>
/linux-4.1.27/arch/sparc/kernel/
H A Dreboot.c14 /* sysctl - toggle power-off restriction for serial console
H A Dsys_sparc32.c37 #include <linux/sysctl.h>
/linux-4.1.27/net/dccp/
H A DMakefile25 dccp-$(CONFIG_SYSCTL) += sysctl.o
H A Dsysctl.c2 * net/dccp/sysctl.c
13 #include <linux/sysctl.h>
H A Dtimer.c19 /* sysctl variables governing numbers of retransmission attempts */
/linux-4.1.27/fs/proc/
H A Dproc_sysctl.c5 #include <linux/sysctl.h>
160 pr_err("sysctl duplicate entry: "); insert_entry()
403 * some sysctl variables are readonly even to root.
444 ei->sysctl = head; proc_sys_make_inode()
466 struct ctl_table_header *head = PROC_I(inode)->sysctl; grab_header()
529 * At this point we know that the sysctl was not unregistered proc_sys_call_handler()
569 /* sysctl was unregistered */ proc_sys_open()
589 /* sysctl was unregistered */ proc_sys_poll()
723 * sysctl entries that are not writeable, proc_sys_permission()
741 else /* Use the permissions on the sysctl table entry */ proc_sys_permission()
813 return !PROC_I(d_inode(dentry))->sysctl->unregistering; proc_sys_revalidate()
818 return !!PROC_I(d_inode(dentry))->sysctl->unregistering; proc_sys_delete()
852 head = rcu_dereference(PROC_I(inode)->sysctl); proc_sys_compare()
952 pr_err("sysctl could not get directory: "); get_subdir()
1020 pr_err("sysctl table check failed: %s/%s %pV\n", sysctl_err()
1170 * __register_sysctl_table - register a leaf sysctl table
1172 * @path: The path to the directory the sysctl table is in.
1175 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1180 * procname - the name of the sysctl file under /proc/sys. Set to %NULL to not
1181 * enter a sysctl file
1195 * Leaf nodes in the sysctl tree will be represented by a single file
1279 * register_sysctl - register a sysctl table
1280 * @path: The path to the directory the sysctl table is in.
1283 * Register a sysctl table. @table should be a filled in ctl_table
1402 * __register_sysctl_paths - register a sysctl table hierarchy
1404 * @path: The path to the directory the sysctl table is in.
1407 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1474 * register_sysctl_table_path - register a sysctl table hierarchy
1475 * @path: The path to the directory the sysctl table is in.
1478 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1492 * register_sysctl_table - register a sysctl table hierarchy
1495 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1535 pr_err("sysctl link missing during unregister: "); put_links()
1559 * unregister_sysctl_table - unregister a sysctl table hierarchy
1562 * Unregisters the sysctl table and all children. proc entries may not
H A Dinode.c21 #include <linux/sysctl.h>
47 head = PROC_I(inode)->sysctl; proc_evict_inode()
49 RCU_INIT_POINTER(PROC_I(inode)->sysctl, NULL); proc_evict_inode()
68 ei->sysctl = NULL; proc_alloc_inode()
H A Dinternal.h66 struct ctl_table_header *sysctl; member in struct:proc_inode
/linux-4.1.27/arch/sh/mm/
H A Dhugetlbpage.c16 #include <linux/sysctl.h>
H A Dalignment.c167 * it isn't a sysctl, and it doesn't contain sysctl information.
/linux-4.1.27/include/net/
H A Ddn_dev.h64 * sysctl - Hook for sysctl things
78 char *name; /* Name for sysctl */
82 void *sysctl; member in struct:dn_dev_parms
H A Dnet_namespace.h10 #include <linux/sysctl.h>
H A Dudp.h102 /* sysctl variables for udp */
/linux-4.1.27/include/uapi/linux/
H A Dnetfilter.h6 #include <linux/sysctl.h>
H A Dshm.h12 * modified by sysctl. The SHMMAX and SHMALL values have been chosen to
H A Dmsg.h55 * modified by sysctl.
H A Dsem.h68 * modified by sysctl.
H A Dsysctl.h2 * sysctl.h: General linux system control interface
11 ** the sysctl() binary interface. Do *NOT* change the
32 call to sysctl? In other words, what is
46 /* Define sysctl names first */
H A Dfs.h58 long dummy[5]; /* padding for sysctl ABI compatibility */
H A Dif_link.h204 IFLA_INET6_CONF, /* sysctl parameters */
/linux-4.1.27/arch/s390/appldata/
H A Dappldata.h20 #define CTL_APPLDATA_TIMER 2121 /* sysctl IDs, must be unique */
H A Dappldata_base.c23 #include <linux/sysctl.h>
48 * /proc entries (sysctl)
/linux-4.1.27/fs/
H A Ddrop_caches.c9 #include <linux/sysctl.h>
H A Dfile_table.c22 #include <linux/sysctl.h>
34 /* sysctl tunables... */
76 * Handle nr_files sysctl
/linux-4.1.27/net/irda/
H A Dirsysctl.c28 #include <linux/sysctl.h>
73 /* For other sysctl, I've no idea of the range. Maybe Dag could help
234 * Register our sysctl interface
249 * Unregister our sysctl interface
H A Dirmod.c186 * networking, the /proc/net filesystem and sysctl module. Those are
H A Dqos.c75 * bytes frames or all negotiated frame sizes, but you can use the sysctl
311 /* Use sysctl to set some configurable values... */ irda_init_max_qos_capabilies()
/linux-4.1.27/kernel/
H A Dexec_domain.c19 #include <linux/sysctl.h>
H A Dsysctl.c2 * sysctl.c: General linux system control interface
11 * Made sysctl support optional via CONFIG_SYSCTL, 1/10/97, Chris
17 * The list_for_each() macro wasn't appropriate for the sysctl loop.
26 #include <linux/sysctl.h>
65 #include <linux/sched/sysctl.h>
231 /* The default sysctl tables: */
1822 * proc_dostring - read a string sysctl
1823 * @table: the sysctl table
1824 * @write: %TRUE if this is a write to the sysctl file
2113 * @table: the sysctl table
2114 * @write: %TRUE if this is a write to the sysctl file
2208 * @table: the sysctl table
2209 * @write: %TRUE if this is a write to the sysctl file
2373 * @table: the sysctl table
2374 * @write: %TRUE if this is a write to the sysctl file
2395 * @table: the sysctl table
2396 * @write: %TRUE if this is a write to the sysctl file
2492 * @table: the sysctl table
2493 * @write: %TRUE if this is a write to the sysctl file
2514 * @table: the sysctl table
2515 * @write: %TRUE if this is a write to the sysctl file
2536 * @table: the sysctl table
2537 * @write: %TRUE if this is a write to the sysctl file
2581 * @table: the sysctl table
2582 * @write: %TRUE if this is a write to the sysctl file
H A Dhung_task.c17 #include <linux/sysctl.h>
195 * Process updating of timeout sysctl
H A Dutsname_sysctl.c15 #include <linux/sysctl.h>
H A Dsysctl_binary.c2 #include <linux/sysctl.h>
1228 /* The binary sysctl tables have a small maximum depth so get_sysctl()
1259 /* Use the well known sysctl number to proc name mapping */ get_sysctl()
1311 /* How should the sysctl be accessed? */ binary_sysctl()
1363 "warning: process `%s' used the deprecated sysctl " deprecated_sysctl_warning()
1381 * Print each legacy sysctl (approximately) only once.
1410 /* Read in the sysctl name for simplicity */ do_sysctl()
1420 SYSCALL_DEFINE1(sysctl, struct __sysctl_args __user *, args) SYSCALL_DEFINE1()
1462 COMPAT_SYSCALL_DEFINE1(sysctl, struct compat_sysctl_args __user *, args) COMPAT_SYSCALL_DEFINE1()
H A Ddelayacct.c20 #include <linux/sysctl.h>
H A DMakefile7 sysctl.o sysctl_binary.o capability.o ptrace.o user.o \
H A Dwatchdog.c19 #include <linux/sysctl.h>
726 /* sysctl functions */
/linux-4.1.27/net/mpls/
H A Dinternal.h18 struct ctl_table_header *sysctl; member in struct:mpls_dev
H A Daf_mpls.c4 #include <linux/sysctl.h>
474 mdev->sysctl = register_net_sysctl(dev_net(dev), path, table); mpls_dev_sysctl_register()
475 if (!mdev->sysctl) mpls_dev_sysctl_register()
490 table = mdev->sysctl->ctl_table_arg; mpls_dev_sysctl_unregister()
491 unregister_net_sysctl_table(mdev->sysctl); mpls_dev_sysctl_unregister()
/linux-4.1.27/net/unix/
H A Dsysctl_net_unix.c14 #include <linux/sysctl.h>
/linux-4.1.27/arch/arm64/kernel/
H A Darmv8_deprecated.c15 #include <linux/sysctl.h>
242 struct ctl_table *insns_sysctl, *sysctl; register_insn_emulation_sysctl() local
244 insns_sysctl = kzalloc(sizeof(*sysctl) * (nr_insn_emulated + 1), register_insn_emulation_sysctl()
249 sysctl = &insns_sysctl[i]; register_insn_emulation_sysctl()
251 sysctl->mode = 0644; register_insn_emulation_sysctl()
252 sysctl->maxlen = sizeof(int); register_insn_emulation_sysctl()
254 sysctl->procname = insn->ops->name; register_insn_emulation_sysctl()
255 sysctl->data = insn; register_insn_emulation_sysctl()
256 sysctl->extra1 = &insn->min; register_insn_emulation_sysctl()
257 sysctl->extra2 = &insn->max; register_insn_emulation_sysctl()
258 sysctl->proc_handler = emulation_proc_handler; register_insn_emulation_sysctl()
/linux-4.1.27/arch/powerpc/kernel/
H A Didle.c26 #include <linux/sysctl.h>
86 * Register the sysctl to set/clear powersave_nap.
H A Dsys_ppc32.c36 #include <linux/sysctl.h>
H A Dsignal.c26 * through debug.exception-trace sysctl.
/linux-4.1.27/arch/arm/mach-realview/include/mach/
H A Dboard-eb.h52 #define REALVIEW_EB11MP_SYS_PLD_CTRL1 0xD8 /* Register offset for MPCore sysctl */
56 #define REALVIEW_EB11MP_SYS_PLD_CTRL1 0x74 /* Register offset for MPCore sysctl */
/linux-4.1.27/drivers/net/ethernet/adi/
H A Dbfin_mac.c384 unsigned short sysctl; mii_probe() local
395 sysctl = bfin_read_EMAC_SYSCTL(); mii_probe()
396 sysctl = (sysctl & ~MDCDIV) | SET_MDCDIV(mdc_div); mii_probe()
397 bfin_write_EMAC_SYSCTL(sysctl); mii_probe()
585 unsigned short sysctl; setup_system_regs() local
591 sysctl = bfin_read_EMAC_SYSCTL(); setup_system_regs()
600 sysctl |= PHYIE; setup_system_regs()
601 sysctl |= RXDWA; setup_system_regs()
603 sysctl |= RXCKS; setup_system_regs()
605 sysctl &= ~RXCKS; setup_system_regs()
607 bfin_write_EMAC_SYSCTL(sysctl); setup_system_regs()
1480 u32 sysctl; bfin_mac_set_multicast_list() local
1484 sysctl = bfin_read_EMAC_OPMODE(); bfin_mac_set_multicast_list()
1485 sysctl |= PR; bfin_mac_set_multicast_list()
1486 bfin_write_EMAC_OPMODE(sysctl); bfin_mac_set_multicast_list()
1489 sysctl = bfin_read_EMAC_OPMODE(); bfin_mac_set_multicast_list()
1490 sysctl |= PAM; bfin_mac_set_multicast_list()
1491 bfin_write_EMAC_OPMODE(sysctl); bfin_mac_set_multicast_list()
1494 sysctl = bfin_read_EMAC_OPMODE(); bfin_mac_set_multicast_list()
1495 sysctl |= HM; bfin_mac_set_multicast_list()
1496 bfin_write_EMAC_OPMODE(sysctl); bfin_mac_set_multicast_list()
1500 sysctl = bfin_read_EMAC_OPMODE(); bfin_mac_set_multicast_list()
1501 sysctl &= ~(RAF | PAM); bfin_mac_set_multicast_list()
1502 bfin_write_EMAC_OPMODE(sysctl); bfin_mac_set_multicast_list()
/linux-4.1.27/drivers/pcmcia/
H A Dti113x.h509 u32 sysctl; ti12xx_tie_interrupts() local
512 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_tie_interrupts()
513 if (sysctl & TI122X_SCR_INTRTIE) ti12xx_tie_interrupts()
522 sysctl |= TI122X_SCR_INTRTIE; ti12xx_tie_interrupts()
523 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); ti12xx_tie_interrupts()
531 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_untie_interrupts() local
532 sysctl &= ~TI122X_SCR_INTRTIE; ti12xx_untie_interrupts()
533 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); ti12xx_untie_interrupts()
545 u32 mfunc, mfunc_old, devctl, sysctl; ti12xx_irqroute_func1() local
555 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_irqroute_func1()
556 if (sysctl & TI122X_SCR_INTRTIE) ti12xx_irqroute_func1()
661 u32 sysctl; ti12xx_2nd_slot_empty() local
697 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_2nd_slot_empty()
698 if (sysctl & TIXX21_SCR_TIEALL) ti12xx_2nd_slot_empty()
750 u32 mfunc, devctl, sysctl; ti12xx_power_hook() local
758 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_power_hook()
793 ((sysctl & TI122X_SCR_INTRTIE) && ti12xx_power_hook()
/linux-4.1.27/drivers/s390/net/
H A Dctcm_dbug.c12 #include <linux/sysctl.h>
/linux-4.1.27/arch/x86/vdso/
H A Dvdso32-setup.c90 #include <linux/sysctl.h>
/linux-4.1.27/arch/mips/mm/
H A Dhugetlbpage.c19 #include <linux/sysctl.h>
/linux-4.1.27/arch/arm64/mm/
H A Dhugetlbpage.c28 #include <linux/sysctl.h>
/linux-4.1.27/arch/arm/mm/
H A Dhugetlbpage.c28 #include <linux/sysctl.h>
/linux-4.1.27/arch/arm/kernel/
H A Disa.c17 #include <linux/sysctl.h>
/linux-4.1.27/fs/cachefiles/
H A Dmain.c23 #include <linux/sysctl.h>
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_l3proto_generic.c24 #include <linux/sysctl.h>
H A Dnf_conntrack_acct.c83 printk(KERN_ERR "nf_conntrack_acct: can't register to sysctl.\n"); nf_conntrack_acct_init_sysctl()
H A Dnf_conntrack_timestamp.c61 printk(KERN_ERR "nf_ct_tstamp: can't register to sysctl.\n"); nf_conntrack_tstamp_init_sysctl()
H A Dnf_conntrack_standalone.c22 #include <linux/sysctl.h>
572 pr_err("nf_conntrack: can't register to sysctl.\n"); nf_conntrack_standalone_init()
H A Dnf_conntrack_ecache.c283 printk(KERN_ERR "nf_ct_event: can't register to sysctl.\n"); nf_conntrack_event_init_sysctl()
/linux-4.1.27/net/xfrm/
H A Dxfrm_sysctl.c1 #include <linux/sysctl.h>
/linux-4.1.27/tools/testing/selftests/
H A DMakefile16 TARGETS += sysctl
/linux-4.1.27/include/linux/amba/
H A Dsp810.h17 /* sysctl registers offset */
/linux-4.1.27/arch/mips/lasat/
H A Dsysctl.c24 #include <linux/sysctl.h>
266 printk(KERN_ERR "Unable to register LASAT sysctl\n"); lasat_register_sysctl()
/linux-4.1.27/net/decnet/
H A Dsysctl_net_decnet.c6 * DECnet sysctl support functions
17 #include <linux/sysctl.h>
H A Ddn_dev.c41 #include <linux/sysctl.h>
233 parms->sysctl = t; dn_dev_sysctl_register()
238 if (parms->sysctl) { dn_dev_sysctl_unregister()
239 struct dn_dev_sysctl_table *t = parms->sysctl; dn_dev_sysctl_unregister()
240 parms->sysctl = NULL; dn_dev_sysctl_unregister()
271 * would be nice if sysctl/proc were just that little dn_forwarding_proc()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_lib-linux.h61 #include <linux/sysctl.h>
/linux-4.1.27/ipc/
H A Dmq_sysctl.c14 #include <linux/sysctl.h>
H A Dipc_sysctl.c15 #include <linux/sysctl.h>
H A Dshm.c12 * Make shmmax, shmall, shmmni sysctl'able, Christoph Rohland <cr@sap.com>
254 * 2) sysctl kernel.shm_rmid_forced is set to 1.
340 * which shmids are orphaned, so that a later set of the sysctl exit_shm()
358 * and mark any mapped as orphan to cover the sysctl toggling. exit_shm()
/linux-4.1.27/net/bridge/
H A Dbr_nf_core.c25 #include <linux/sysctl.h>
/linux-4.1.27/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c16 #include <linux/sysctl.h>
H A Dnf_conntrack_reasm.c46 #include <linux/sysctl.h>
121 net->nf_frag.sysctl.frags_hdr = hdr; nf_ct_frag6_sysctl_register()
135 table = net->nf_frag.sysctl.frags_hdr->ctl_table_arg; nf_ct_frags6_sysctl_unregister()
136 unregister_net_sysctl_table(net->nf_frag.sysctl.frags_hdr); nf_ct_frags6_sysctl_unregister()
/linux-4.1.27/lib/
H A Dargv_split.c56 * userspace sysctl activity (at least). The argv_split() implementation
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_pe.c9 #include <linux/sysctl.h>
H A Dip_vs_lblc.c52 /* for sysctl */
54 #include <linux/sysctl.h>
118 * IPVS LBLC sysctl table
H A Dip_vs_est.c26 #include <linux/sysctl.h>
H A Dip_vs_sched.c28 #include <linux/sysctl.h>
H A Dip_vs_lblcr.c51 /* for sysctl */
53 #include <linux/sysctl.h>
289 * IPVS LBLCR sysctl table
/linux-4.1.27/net/netrom/
H A Dsysctl_net_netrom.c10 #include <linux/sysctl.h>
H A Dnr_dev.c15 #include <linux/sysctl.h>
/linux-4.1.27/net/rose/
H A Dsysctl_net_rose.c10 #include <linux/sysctl.h>
H A Drose_dev.c15 #include <linux/sysctl.h>
/linux-4.1.27/net/core/
H A Dsysctl_net_core.c2 * sysctl_net_core.c: sysctl interface to net core subsystem.
9 #include <linux/sysctl.h>
31 static int net_msg_warn; /* Unused, but still a sysctl */
/linux-4.1.27/drivers/ide/
H A Dtx4939ide.c156 u16 sysctl = tx4939ide_readw(base, TX4939IDE_Sys_Ctl); tx4939ide_check_error_ints() local
158 tx4939ide_writew(sysctl | 0x4000, base, TX4939IDE_Sys_Ctl); tx4939ide_check_error_ints()
162 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); tx4939ide_check_error_ints()
426 u16 sysctl = hwif->select_data >> (drive->dn ? 16 : 0); tx4939ide_tf_load_fixup() local
434 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); tx4939ide_tf_load_fixup()
/linux-4.1.27/drivers/input/keyboard/
H A Dipaq-micro-keys.c18 #include <linux/sysctl.h>
H A Dbf54x-keys.c39 #include <linux/sysctl.h>
/linux-4.1.27/block/
H A Dblk-exec.c9 #include <linux/sched/sysctl.h>
/linux-4.1.27/arch/tile/kernel/
H A Dproc.c23 #include <linux/sysctl.h>
/linux-4.1.27/crypto/
H A Dproc.c23 #include <linux/sysctl.h>
/linux-4.1.27/fs/xfs/
H A Dxfs_sysctl.h21 #include <linux/sysctl.h>
H A Dxfs_error.h141 * a panic by setting xfs_panic_mask in a sysctl.
H A Dxfs_sysctl.c19 #include <linux/sysctl.h>
/linux-4.1.27/include/net/irda/
H A Dtimer.h62 * (Note : this is the default value and sysctl overides it - Jean II)
/linux-4.1.27/include/linux/sched/
H A Dsysctl.h19 * per mm struct. Users can overwrite this number by sysctl but there is a
/linux-4.1.27/net/ax25/
H A Dsysctl_net_ax25.c11 #include <linux/sysctl.h>
H A Dax25_ip.c35 #include <linux/sysctl.h>
H A Dax25_uid.c38 #include <linux/sysctl.h>
/linux-4.1.27/security/apparmor/include/
H A Dapparmor.h46 * DEBUG remains global (no per profile flag) since it is mostly used in sysctl
/linux-4.1.27/fs/ocfs2/
H A Dstackglue.c29 #include <linux/sysctl.h>
661 * The sysctl lives at /proc/sys/fs/ocfs2/nm/hb_ctl_path. The 'nm' doesn't
726 "ocfs2 stack glue: unable to register sysctl\n"); ocfs2_stack_glue_init()
/linux-4.1.27/fs/lockd/
H A Dsvc.c17 #include <linux/sysctl.h>
60 * and also changed through the sysctl interface. -- Jamie Lokier, Aug 2003
70 * Constants needed for the sysctl interface.
/linux-4.1.27/net/ieee802154/6lowpan/
H A Dreassembly.c466 ieee802154_lowpan->sysctl.frags_hdr = hdr; lowpan_frags_ns_sysctl_register()
482 table = ieee802154_lowpan->sysctl.frags_hdr->ctl_table_arg; lowpan_frags_ns_sysctl_unregister()
483 unregister_net_sysctl_table(ieee802154_lowpan->sysctl.frags_hdr); lowpan_frags_ns_sysctl_unregister()
/linux-4.1.27/drivers/macintosh/
H A Dmac_hid.c13 #include <linux/sysctl.h>
/linux-4.1.27/drivers/s390/char/
H A Dsclp_async.c20 #include <linux/sysctl.h>
/linux-4.1.27/arch/x86/mm/
H A Dhugetlbpage.c13 #include <linux/sysctl.h>
/linux-4.1.27/arch/sparc/mm/
H A Dhugetlbpage.c11 #include <linux/sysctl.h>
/linux-4.1.27/arch/mips/alchemy/common/
H A Dpower.c33 #include <linux/sysctl.h>
/linux-4.1.27/arch/mips/kernel/
H A Dlinux32.c24 #include <linux/sysctl.h>
/linux-4.1.27/arch/ia64/include/asm/
H A Dperfmon.h99 * sysctl control structure. visible to sampling formats
/linux-4.1.27/arch/ia64/mm/
H A Dhugetlbpage.c17 #include <linux/sysctl.h>
/linux-4.1.27/arch/arm/mach-iop13xx/
H A Dirq.c22 #include <linux/sysctl.h>
/linux-4.1.27/arch/arc/kernel/
H A Dunaligned.c132 /* sysctl hooks */
/linux-4.1.27/security/apparmor/
H A Daudit.c25 "sysctl",
H A Dpath.c124 * check if it is a sysctl and handle specially else remove any d_namespace_path()
/linux-4.1.27/drivers/parport/
H A Dprocfs.c23 #include <linux/sysctl.h>
575 #else /* no sysctl or no procfs*/
H A Dparport_gsc.c33 #include <linux/sysctl.h>
/linux-4.1.27/arch/unicore32/mm/
H A Dalignment.c516 * it isn't a sysctl, and it doesn't contain sysctl information.
/linux-4.1.27/drivers/char/
H A Dsnsc.c405 /* allocate sysctl device data */ scdrv_init()
415 /* initialize sysctl device data fields */ scdrv_init()
/linux-4.1.27/security/yama/
H A Dyama_lsm.c16 #include <linux/sysctl.h>
434 panic("Yama: sysctl registration failed.\n"); yama_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
H A Dlinux-sysctl.c38 #include <linux/sysctl.h>
/linux-4.1.27/arch/x86/ia32/
H A Dsys_ia32.c41 #include <linux/sysctl.h>
/linux-4.1.27/arch/metag/mm/
H A Dhugetlbpage.c18 #include <linux/sysctl.h>
/linux-4.1.27/arch/s390/mm/
H A Dcmm.c15 #include <linux/sysctl.h>
/linux-4.1.27/arch/powerpc/include/asm/
H A Dsystbl.h156 COMPAT_SYS(sysctl)
/linux-4.1.27/arch/ia64/kernel/
H A Dcrash.c17 #include <linux/sysctl.h>
/linux-4.1.27/net/ipv4/
H A Dicmp.c50 * the rates sysctl configurable.
55 * Tristan Greaves : Added sysctl option to ignore bogus
783 * Documentation/networking/ip-sysctl.txt icmp_unreach()
1006 * silently ignored (we let user decide with a sysctl). icmp_rcv()
H A Dsysctl_net_ipv4.c2 * sysctl_net_ipv4.c: sysctl interface to net IPV4 subsystem.
10 #include <linux/sysctl.h>
H A Dtcp_cong.c206 /* Used by sysctl to change default congestion control */ tcp_set_default_congestion_control()
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c45 #include <linux/sysctl.h>
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dmodule.c53 #include <linux/sysctl.h>
795 * NB No .strategy entries have been provided since sysctl(8) prefers
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_poweroff.c660 #include <linux/sysctl.h>
704 printk(KERN_ERR PFX "Unable to register powercycle sysctl\n"); ipmi_poweroff_init()
/linux-4.1.27/drivers/edac/
H A Dedac_pci.c16 #include <linux/sysctl.h>
/linux-4.1.27/arch/tile/mm/
H A Dhomecache.c26 #include <linux/sysctl.h>
H A Dhugetlbpage.c26 #include <linux/sysctl.h>
/linux-4.1.27/drivers/hv/
H A Dhv_util.c27 #include <linux/sysctl.h>
/linux-4.1.27/arch/parisc/mm/
H A Dfault.c177 * sysctl is set:

Completed in 4124 milliseconds

12