/linux-4.1.27/net/ipv6/ |
H A D | sysctl_net_ipv6.c | 2 * 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 D | route.c | 65 #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 D | xfrm6_policy.c | 357 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 D | af_inet6.c | 203 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 D | icmp.c | 26 * 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 D | reassembly.c | 658 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 D | ip6_flowlabel.c | 584 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 D | Makefile | 8 sysctl.o \
|
H A D | sysctl.c | 2 * File: sysctl.c 26 #include <linux/sysctl.h>
|
/linux-4.1.27/include/linux/ |
H A D | inotify.h | 9 #include <linux/sysctl.h> 12 extern struct ctl_table inotify_table[]; /* for sysctl */
|
H A D | ipc.h | 8 #define IPCMNI 32768 /* <= MAX_INT limit for ipc arrays (including sysctl changes) */
|
H A D | sysctl.h | 2 * 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 D | aio.h | 29 /* for sysctl: */
|
H A D | kmod.h | 27 #include <linux/sysctl.h> 32 extern char modprobe_path[]; /* for sysctl */
|
H A D | reboot.h | 67 extern int C_A_D; /* for sysctl */
|
H A D | poll.h | 10 #include <linux/sysctl.h> 14 extern struct ctl_table epoll_table[]; /* for sysctl */
|
H A D | rtmutex.h | 19 extern int max_lock_depth; /* for sysctl */
|
H A D | acct.h | 26 extern int acct_parm[]; /* for sysctl */
|
H A D | inetdevice.h | 12 #include <linux/sysctl.h> 16 void *sysctl; member in struct:ipv4_devconf
|
H A D | ipc_namespace.h | 52 /* next fields are set through sysctl */
|
H A D | writeback.h | 126 /* These are exported to sysctl. */
|
H A D | backing-dev.h | 20 #include <linux/sysctl.h>
|
H A D | ipv6.h | 61 void *sysctl; member in struct:ipv6_devconf
|
H A D | signal.h | 10 /* for sysctl */
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | Makefile | 3 obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \
|
/linux-4.1.27/include/net/netfilter/ipv6/ |
H A D | nf_conntrack_ipv6.h | 10 #include <linux/sysctl.h>
|
/linux-4.1.27/include/net/netns/ |
H A D | ieee802154_6lowpan.h | 17 struct netns_sysctl_lowpan sysctl; member in struct:netns_ieee802154_lowpan
|
H A D | ipv6.h | 40 struct netns_sysctl_ipv6 sysctl; member in struct:netns_ipv6 87 struct netns_sysctl_ipv6 sysctl; member in struct:netns_nf_frag
|
H A D | sctp.h | 85 /* Potentially-Failed.Max.Retrans sysctl value
|
/linux-4.1.27/fs/coda/ |
H A D | Makefile | 8 coda_linux.o symlink.o pioctl.o sysctl.o
|
H A D | sysctl.c | 10 #include <linux/sysctl.h>
|
H A D | coda_linux.h | 61 /* sysctl.h */
|
/linux-4.1.27/security/keys/ |
H A D | Makefile | 20 obj-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | sysctl.c | 13 #include <linux/sysctl.h>
|
/linux-4.1.27/security/selinux/include/ |
H A D | initial_sid_to_string.h | 21 "sysctl",
|
/linux-4.1.27/tools/lib/api/fs/ |
H A D | fs.h | 16 int sysctl__read_int(const char *sysctl, int *value);
|
H A D | fs.c | 188 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 D | Makefile | 1 # Makefile for sysctl selftests.
|
/linux-4.1.27/fs/ntfs/ |
H A D | sysctl.c | 2 * 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 D | Makefile | 6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
|
H A D | sysctl.h | 2 * sysctl.h - Defines for sysctl handling in NTFS Linux kernel driver. Part of
|
/linux-4.1.27/include/uapi/linux/sunrpc/ |
H A D | debug.h | 31 * 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 D | sysctl.c | 2 * linux/fs/nfs/sysctl.c 10 #include <linux/sysctl.h>
|
H A D | Makefile | 12 nfs-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | nfs4sysctl.c | 8 #include <linux/sysctl.h>
|
/linux-4.1.27/net/ipx/ |
H A D | sysctl_net_ipx.c | 2 * sysctl_net_ipx.c: sysctl interface to net IPX subsystem. 10 #include <linux/sysctl.h>
|
/linux-4.1.27/net/appletalk/ |
H A D | sysctl_net_atalk.c | 2 * sysctl_net_atalk.c: sysctl interface to net AppleTalk subsystem. 9 #include <linux/sysctl.h>
|
/linux-4.1.27/net/rds/ |
H A D | Makefile | 3 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
H A D | ib_sysctl.c | 34 #include <linux/sysctl.h> 53 * This sysctl does nothing.
|
H A D | sysctl.c | 34 #include <linux/sysctl.h>
|
H A D | iw_sysctl.c | 34 #include <linux/sysctl.h>
|
/linux-4.1.27/net/rxrpc/ |
H A D | Makefile | 24 af-rxrpc-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | sysctl.c | 12 #include <linux/sysctl.h>
|
/linux-4.1.27/net/sctp/ |
H A D | Makefile | 19 sctp-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-4.1.27/net/sunrpc/ |
H A D | Makefile | 20 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | sysctl.c | 2 * linux/net/sunrpc/sysctl.c 14 #include <linux/sysctl.h>
|
/linux-4.1.27/net/llc/ |
H A D | sysctl_net_llc.c | 2 * sysctl_net_llc.c: sysctl interface to LLC net subsystem. 9 #include <linux/sysctl.h>
|
/linux-4.1.27/net/x25/ |
H A D | sysctl_net_x25.c | 2 * sysctl_net_x25.c: sysctl interface to net X.25 subsystem. 8 #include <linux/sysctl.h>
|
/linux-4.1.27/security/ |
H A D | min_addr.c | 4 #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 D | scsi_sysctl.c | 9 #include <linux/sysctl.h>
|
/linux-4.1.27/init/ |
H A D | init_task.c | 5 #include <linux/sched/sysctl.h>
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | Makefile | 21 obj-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | pm-mb93093.c | 17 #include <linux/sysctl.h>
|
H A D | sysctl.c | 0 /* 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 D | pm.c | 19 #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 D | sysctl_net.c | 2 * 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 D | sysctl.c | 2 * net/tipc/sysctl.c: sysctl interface to TIPC subsystem 38 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | reboot.c | 14 /* sysctl - toggle power-off restriction for serial console
|
H A D | sys_sparc32.c | 37 #include <linux/sysctl.h>
|
/linux-4.1.27/net/dccp/ |
H A D | Makefile | 25 dccp-$(CONFIG_SYSCTL) += sysctl.o
|
H A D | sysctl.c | 2 * net/dccp/sysctl.c 13 #include <linux/sysctl.h>
|
H A D | timer.c | 19 /* sysctl variables governing numbers of retransmission attempts */
|
/linux-4.1.27/fs/proc/ |
H A D | proc_sysctl.c | 5 #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 D | inode.c | 21 #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 D | internal.h | 66 struct ctl_table_header *sysctl; member in struct:proc_inode
|
/linux-4.1.27/arch/sh/mm/ |
H A D | hugetlbpage.c | 16 #include <linux/sysctl.h>
|
H A D | alignment.c | 167 * it isn't a sysctl, and it doesn't contain sysctl information.
|
/linux-4.1.27/include/net/ |
H A D | dn_dev.h | 64 * sysctl - Hook for sysctl things 78 char *name; /* Name for sysctl */ 82 void *sysctl; member in struct:dn_dev_parms
|
H A D | net_namespace.h | 10 #include <linux/sysctl.h>
|
H A D | udp.h | 102 /* sysctl variables for udp */
|
/linux-4.1.27/include/uapi/linux/ |
H A D | netfilter.h | 6 #include <linux/sysctl.h>
|
H A D | shm.h | 12 * modified by sysctl. The SHMMAX and SHMALL values have been chosen to
|
H A D | msg.h | 55 * modified by sysctl.
|
H A D | sem.h | 68 * modified by sysctl.
|
H A D | sysctl.h | 2 * 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 D | fs.h | 58 long dummy[5]; /* padding for sysctl ABI compatibility */
|
H A D | if_link.h | 204 IFLA_INET6_CONF, /* sysctl parameters */
|
/linux-4.1.27/arch/s390/appldata/ |
H A D | appldata.h | 20 #define CTL_APPLDATA_TIMER 2121 /* sysctl IDs, must be unique */
|
H A D | appldata_base.c | 23 #include <linux/sysctl.h> 48 * /proc entries (sysctl)
|
/linux-4.1.27/fs/ |
H A D | drop_caches.c | 9 #include <linux/sysctl.h>
|
H A D | file_table.c | 22 #include <linux/sysctl.h> 34 /* sysctl tunables... */ 76 * Handle nr_files sysctl
|
/linux-4.1.27/net/irda/ |
H A D | irsysctl.c | 28 #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 D | irmod.c | 186 * networking, the /proc/net filesystem and sysctl module. Those are
|
H A D | qos.c | 75 * 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 D | exec_domain.c | 19 #include <linux/sysctl.h>
|
H A D | sysctl.c | 2 * 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 D | hung_task.c | 17 #include <linux/sysctl.h> 195 * Process updating of timeout sysctl
|
H A D | utsname_sysctl.c | 15 #include <linux/sysctl.h>
|
H A D | sysctl_binary.c | 2 #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 D | delayacct.c | 20 #include <linux/sysctl.h>
|
H A D | Makefile | 7 sysctl.o sysctl_binary.o capability.o ptrace.o user.o \
|
H A D | watchdog.c | 19 #include <linux/sysctl.h> 726 /* sysctl functions */
|
/linux-4.1.27/net/mpls/ |
H A D | internal.h | 18 struct ctl_table_header *sysctl; member in struct:mpls_dev
|
H A D | af_mpls.c | 4 #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 D | sysctl_net_unix.c | 14 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | armv8_deprecated.c | 15 #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 D | idle.c | 26 #include <linux/sysctl.h> 86 * Register the sysctl to set/clear powersave_nap.
|
H A D | sys_ppc32.c | 36 #include <linux/sysctl.h>
|
H A D | signal.c | 26 * through debug.exception-trace sysctl.
|
/linux-4.1.27/arch/arm/mach-realview/include/mach/ |
H A D | board-eb.h | 52 #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 D | bfin_mac.c | 384 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 D | ti113x.h | 509 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 D | ctcm_dbug.c | 12 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/x86/vdso/ |
H A D | vdso32-setup.c | 90 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/mips/mm/ |
H A D | hugetlbpage.c | 19 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | hugetlbpage.c | 28 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arm/mm/ |
H A D | hugetlbpage.c | 28 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | isa.c | 17 #include <linux/sysctl.h>
|
/linux-4.1.27/fs/cachefiles/ |
H A D | main.c | 23 #include <linux/sysctl.h>
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_l3proto_generic.c | 24 #include <linux/sysctl.h>
|
H A D | nf_conntrack_acct.c | 83 printk(KERN_ERR "nf_conntrack_acct: can't register to sysctl.\n"); nf_conntrack_acct_init_sysctl()
|
H A D | nf_conntrack_timestamp.c | 61 printk(KERN_ERR "nf_ct_tstamp: can't register to sysctl.\n"); nf_conntrack_tstamp_init_sysctl()
|
H A D | nf_conntrack_standalone.c | 22 #include <linux/sysctl.h> 572 pr_err("nf_conntrack: can't register to sysctl.\n"); nf_conntrack_standalone_init()
|
H A D | nf_conntrack_ecache.c | 283 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 D | xfrm_sysctl.c | 1 #include <linux/sysctl.h>
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | Makefile | 16 TARGETS += sysctl
|
/linux-4.1.27/include/linux/amba/ |
H A D | sp810.h | 17 /* sysctl registers offset */
|
/linux-4.1.27/arch/mips/lasat/ |
H A D | sysctl.c | 24 #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 D | sysctl_net_decnet.c | 6 * DECnet sysctl support functions 17 #include <linux/sysctl.h>
|
H A D | dn_dev.c | 41 #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 D | socklnd_lib-linux.h | 61 #include <linux/sysctl.h>
|
/linux-4.1.27/ipc/ |
H A D | mq_sysctl.c | 14 #include <linux/sysctl.h>
|
H A D | ipc_sysctl.c | 15 #include <linux/sysctl.h>
|
H A D | shm.c | 12 * 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 D | br_nf_core.c | 25 #include <linux/sysctl.h>
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_defrag_ipv6_hooks.c | 16 #include <linux/sysctl.h>
|
H A D | nf_conntrack_reasm.c | 46 #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 D | argv_split.c | 56 * userspace sysctl activity (at least). The argv_split() implementation
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_pe.c | 9 #include <linux/sysctl.h>
|
H A D | ip_vs_lblc.c | 52 /* for sysctl */ 54 #include <linux/sysctl.h> 118 * IPVS LBLC sysctl table
|
H A D | ip_vs_est.c | 26 #include <linux/sysctl.h>
|
H A D | ip_vs_sched.c | 28 #include <linux/sysctl.h>
|
H A D | ip_vs_lblcr.c | 51 /* for sysctl */ 53 #include <linux/sysctl.h> 289 * IPVS LBLCR sysctl table
|
/linux-4.1.27/net/netrom/ |
H A D | sysctl_net_netrom.c | 10 #include <linux/sysctl.h>
|
H A D | nr_dev.c | 15 #include <linux/sysctl.h>
|
/linux-4.1.27/net/rose/ |
H A D | sysctl_net_rose.c | 10 #include <linux/sysctl.h>
|
H A D | rose_dev.c | 15 #include <linux/sysctl.h>
|
/linux-4.1.27/net/core/ |
H A D | sysctl_net_core.c | 2 * 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 D | tx4939ide.c | 156 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 D | ipaq-micro-keys.c | 18 #include <linux/sysctl.h>
|
H A D | bf54x-keys.c | 39 #include <linux/sysctl.h>
|
/linux-4.1.27/block/ |
H A D | blk-exec.c | 9 #include <linux/sched/sysctl.h>
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | proc.c | 23 #include <linux/sysctl.h>
|
/linux-4.1.27/crypto/ |
H A D | proc.c | 23 #include <linux/sysctl.h>
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_sysctl.h | 21 #include <linux/sysctl.h>
|
H A D | xfs_error.h | 141 * a panic by setting xfs_panic_mask in a sysctl.
|
H A D | xfs_sysctl.c | 19 #include <linux/sysctl.h>
|
/linux-4.1.27/include/net/irda/ |
H A D | timer.h | 62 * (Note : this is the default value and sysctl overides it - Jean II)
|
/linux-4.1.27/include/linux/sched/ |
H A D | sysctl.h | 19 * per mm struct. Users can overwrite this number by sysctl but there is a
|
/linux-4.1.27/net/ax25/ |
H A D | sysctl_net_ax25.c | 11 #include <linux/sysctl.h>
|
H A D | ax25_ip.c | 35 #include <linux/sysctl.h>
|
H A D | ax25_uid.c | 38 #include <linux/sysctl.h>
|
/linux-4.1.27/security/apparmor/include/ |
H A D | apparmor.h | 46 * DEBUG remains global (no per profile flag) since it is mostly used in sysctl
|
/linux-4.1.27/fs/ocfs2/ |
H A D | stackglue.c | 29 #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 D | svc.c | 17 #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 D | reassembly.c | 466 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 D | mac_hid.c | 13 #include <linux/sysctl.h>
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_async.c | 20 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/x86/mm/ |
H A D | hugetlbpage.c | 13 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | hugetlbpage.c | 11 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | power.c | 33 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | linux32.c | 24 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | perfmon.h | 99 * sysctl control structure. visible to sampling formats
|
/linux-4.1.27/arch/ia64/mm/ |
H A D | hugetlbpage.c | 17 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
H A D | irq.c | 22 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | unaligned.c | 132 /* sysctl hooks */
|
/linux-4.1.27/security/apparmor/ |
H A D | audit.c | 25 "sysctl",
|
H A D | path.c | 124 * check if it is a sysctl and handle specially else remove any d_namespace_path()
|
/linux-4.1.27/drivers/parport/ |
H A D | procfs.c | 23 #include <linux/sysctl.h> 575 #else /* no sysctl or no procfs*/
|
H A D | parport_gsc.c | 33 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | alignment.c | 516 * it isn't a sysctl, and it doesn't contain sysctl information.
|
/linux-4.1.27/drivers/char/ |
H A D | snsc.c | 405 /* allocate sysctl device data */ scdrv_init() 415 /* initialize sysctl device data fields */ scdrv_init()
|
/linux-4.1.27/security/yama/ |
H A D | yama_lsm.c | 16 #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 D | linux-sysctl.c | 38 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | sys_ia32.c | 41 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/metag/mm/ |
H A D | hugetlbpage.c | 18 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/s390/mm/ |
H A D | cmm.c | 15 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | systbl.h | 156 COMPAT_SYS(sysctl)
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | crash.c | 17 #include <linux/sysctl.h>
|
/linux-4.1.27/net/ipv4/ |
H A D | icmp.c | 50 * 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 D | sysctl_net_ipv4.c | 2 * sysctl_net_ipv4.c: sysctl interface to net IPV4 subsystem. 10 #include <linux/sysctl.h>
|
H A D | tcp_cong.c | 206 /* Used by sysctl to change default congestion control */ tcp_set_default_congestion_control()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
H A D | svc_rdma.c | 45 #include <linux/sysctl.h>
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | module.c | 53 #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 D | ipmi_poweroff.c | 660 #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 D | edac_pci.c | 16 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/tile/mm/ |
H A D | homecache.c | 26 #include <linux/sysctl.h>
|
H A D | hugetlbpage.c | 26 #include <linux/sysctl.h>
|
/linux-4.1.27/drivers/hv/ |
H A D | hv_util.c | 27 #include <linux/sysctl.h>
|
/linux-4.1.27/arch/parisc/mm/ |
H A D | fault.c | 177 * sysctl is set:
|