taglinefilesource code
ctl_table80include/linux/sysctl.htypedef struct ctl_table ctl_table;
ctl_table82include/linux/sysctl.htypedef int ctl_handler (ctl_table *table, int *name, int nlen,
ctl_table87include/linux/sysctl.htypedef int proc_handler (ctl_table *ctl, int write, struct file * filp,
ctl_table90include/linux/sysctl.hextern int proc_dostring(ctl_table *, int, struct file *,
ctl_table92include/linux/sysctl.hextern int proc_dointvec(ctl_table *, int, struct file *,
ctl_table99include/linux/sysctl.hextern int do_sysctl_strategy (ctl_table *table, 
ctl_table162include/linux/sysctl.hctl_table *child;
ctl_table172include/linux/sysctl.hctl_table *ctl_table;
ctl_table176include/linux/sysctl.hstruct ctl_table_header * register_sysctl_table(ctl_table * table, 
ctl_table23kernel/sysctl.cstatic ctl_table root_table[];
ctl_table28kernel/sysctl.cctl_table *, void **);
ctl_table30kernel/sysctl.cstatic ctl_table kern_table[];
ctl_table31kernel/sysctl.cstatic ctl_table vm_table[];
ctl_table80kernel/sysctl.cstatic void register_proc_table(ctl_table *, struct proc_dir_entry *);
ctl_table81kernel/sysctl.cstatic void unregister_proc_table(ctl_table *, struct proc_dir_entry *);
ctl_table84kernel/sysctl.cstatic int do_securelevel_strategy (ctl_table *, int *, int, void *, size_t *,
ctl_table89kernel/sysctl.cstatic ctl_table root_table[] = {
ctl_table95kernel/sysctl.cstatic ctl_table kern_table[] = {
ctl_table119kernel/sysctl.cstatic ctl_table vm_table[] = {
ctl_table216kernel/sysctl.cstatic inline int ctl_perm(ctl_table *table, int op)
ctl_table224kernel/sysctl.cctl_table *table, void **context)
ctl_table260kernel/sysctl.cint do_sysctl_strategy (ctl_table *table, 
ctl_table308kernel/sysctl.cstatic int do_securelevel_strategy (ctl_table *table, 
ctl_table325kernel/sysctl.cstruct ctl_table_header *register_sysctl_table(ctl_table * table, 
ctl_table347kernel/sysctl.cunregister_proc_table(table->ctl_table, &proc_sys_root);
ctl_table358kernel/sysctl.cstatic void register_proc_table(ctl_table * table, struct proc_dir_entry *root)
ctl_table402kernel/sysctl.cstatic void unregister_proc_table(ctl_table * table, struct proc_dir_entry *root)
ctl_table426kernel/sysctl.cstruct ctl_table *table;
ctl_table436kernel/sysctl.ctable = (struct ctl_table *) de->data;
ctl_table467kernel/sysctl.cint proc_dostring(ctl_table *table, int write, struct file *filp,
ctl_table510kernel/sysctl.cint proc_dointvec(ctl_table *table, int write, struct file *filp,
ctl_table587kernel/sysctl.cint proc_dostring(ctl_table *table, int write, struct file *filp,
ctl_table593kernel/sysctl.cint proc_dointvec(ctl_table *table, int write, struct file *filp,
ctl_table607kernel/sysctl.cint sysctl_string(ctl_table *table, int *name, int nlen,