Searched refs:ctl_table (Results 1 - 25 of 194) sorted by relevance

12345678

/linux-master/include/net/netfilter/
H A Dnf_hooks_lwtunnel.h5 int nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write,
/linux-master/include/linux/
H A Dsysctl.h34 struct ctl_table;
64 typedef int proc_handler(struct ctl_table *ctl, int write, void *buffer,
67 int proc_dostring(struct ctl_table *, int, void *, size_t *, loff_t *);
68 int proc_dobool(struct ctl_table *table, int write, void *buffer,
70 int proc_dointvec(struct ctl_table *, int, void *, size_t *, loff_t *);
71 int proc_douintvec(struct ctl_table *, int, void *, size_t *, loff_t *);
72 int proc_dointvec_minmax(struct ctl_table *, int, void *, size_t *, loff_t *);
73 int proc_douintvec_minmax(struct ctl_table *table, int write, void *buffer,
75 int proc_dou8vec_minmax(struct ctl_table *table, int write, void *buffer,
77 int proc_dointvec_jiffies(struct ctl_table *, in
135 struct ctl_table { struct
176 struct ctl_table *ctl_table; member in struct:ctl_table_header::__anon635::__anon636
[all...]
/linux-master/arch/s390/appldata/
H A Dappldata.h31 struct ctl_table *ctl_table; member in struct:appldata_ops
H A Dappldata_base.c49 static int appldata_timer_handler(struct ctl_table *ctl, int write,
51 static int appldata_interval_handler(struct ctl_table *ctl, int write,
55 static struct ctl_table appldata_table[] = {
202 appldata_timer_handler(struct ctl_table *ctl, int write,
207 struct ctl_table ctl_entry = {
235 appldata_interval_handler(struct ctl_table *ctl, int write,
240 struct ctl_table ctl_entry = {
265 appldata_generic_handler(struct ctl_table *ctl, int write,
272 struct ctl_table ctl_entry = {
283 if (&tmp_ops->ctl_table[
[all...]
/linux-master/fs/cachefiles/
H A Derror_inject.c14 static struct ctl_table cachefiles_sysctls[] = {
/linux-master/net/netfilter/
H A Dnf_hooks_lwtunnel.c28 int nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write,
32 struct ctl_table tmp = {
/linux-master/drivers/scsi/
H A Dscsi_sysctl.c15 static struct ctl_table scsi_table[] = {
/linux-master/fs/
H A Dsysctls.c10 static struct ctl_table fs_shared_sysctls[] = {
/linux-master/fs/coda/
H A Dsysctl.c17 static struct ctl_table coda_table[] = {
/linux-master/net/phonet/
H A Dsysctl.c51 static int proc_local_port_range(struct ctl_table *table, int write,
56 struct ctl_table tmp = {
76 static struct ctl_table phonet_table[] = {
/linux-master/kernel/
H A Dpid_sysctl.h8 static int pid_mfd_noexec_dointvec_minmax(struct ctl_table *table,
12 struct ctl_table table_copy;
34 static struct ctl_table pid_ns_ctl_table_vm[] = {
H A Dutsname_sysctl.c18 static void *get_uts(struct ctl_table *table)
33 static int proc_do_uts_string(struct ctl_table *table, int write,
36 struct ctl_table uts_table;
78 static struct ctl_table uts_kern_table[] = {
133 struct ctl_table *table = &uts_kern_table[proc];
/linux-master/net/unix/
H A Dsysctl_net_unix.c14 static struct ctl_table unix_table[] = {
27 struct ctl_table *table;
55 struct ctl_table *table;
/linux-master/net/sctp/
H A Dsysctl.c46 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
48 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
50 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, void *buffer,
52 static int proc_sctp_do_udp_port(struct ctl_table *ctl, int write, void *buffer,
54 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
56 static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
58 static int proc_sctp_do_probe_interval(struct ctl_table *ctl, int write,
61 static struct ctl_table sctp_table[] = {
97 static struct ctl_table sctp_net_table[] = {
391 static int proc_sctp_do_hmac_alg(struct ctl_table *ct
[all...]
/linux-master/net/
H A Dsysctl_net.c43 struct ctl_table *table)
57 struct ctl_table *table,
98 static struct ctl_table empty[1];
125 struct ctl_table *table, size_t table_size)
127 struct ctl_table *ent;
166 struct ctl_table *table,
170 struct ctl_table *entry;
/linux-master/fs/proc/
H A Dproc_sysctl.c23 entry = header->ctl_table; \
33 static struct ctl_table sysctl_mount_point[] = {
54 (sysctl_is_perm_empty_ctl_table(hptr->ctl_table))
56 (hptr->ctl_table[0].type = SYSCTL_TABLE_TYPE_PERMANENTLY_EMPTY)
58 (hptr->ctl_table[0].type = SYSCTL_TABLE_TYPE_DEFAULT)
69 static struct ctl_table root_table[] = {
79 .ctl_table = root_table }},
90 struct ctl_table **pentry);
98 pr_cont("%s/", dir->header.ctl_table[0].procname);
112 static struct ctl_table *find_entr
[all...]
/linux-master/net/xfrm/
H A Dxfrm_sysctl.c16 static struct ctl_table xfrm_table[] = {
46 struct ctl_table *table;
79 struct ctl_table *table;
/linux-master/net/appletalk/
H A Dsysctl_net_atalk.c14 static struct ctl_table atalk_table[] = {
/linux-master/security/
H A Dmin_addr.c32 int mmap_min_addr_handler(struct ctl_table *table, int write,
/linux-master/fs/nfs/
H A Dsysctl.c17 static struct ctl_table nfs_cb_sysctls[] = {
H A Dnfs4sysctl.c20 static struct ctl_table nfs4_cb_sysctls[] = {
/linux-master/net/llc/
H A Dsysctl_net_llc.c18 static struct ctl_table llc2_timeout_table[] = {
50 static struct ctl_table llc_station_table[] = {
/linux-master/kernel/printk/
H A Dsysctl.c14 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
23 static struct ctl_table printk_sysctls[] = {
/linux-master/arch/x86/kernel/
H A Ditmt.c41 static int sched_itmt_update_handler(struct ctl_table *table, int write,
67 static struct ctl_table itmt_kern_table[] = {
/linux-master/ipc/
H A Dmq_sysctl.c23 static struct ctl_table mq_sysctls[] = {
81 struct ctl_table *table,
94 static int mq_permissions(struct ctl_table_header *head, struct ctl_table *table)
121 struct ctl_table *tbl;
163 struct ctl_table *tbl;

Completed in 316 milliseconds

12345678