Home
last modified time | relevance | path

Searched refs:proc_dointvec_ms_jiffies (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/net/rxrpc/
Dsysctl.c37 .proc_handler = proc_dointvec_ms_jiffies,
45 .proc_handler = proc_dointvec_ms_jiffies,
53 .proc_handler = proc_dointvec_ms_jiffies,
61 .proc_handler = proc_dointvec_ms_jiffies,
/linux-4.4.14/net/dccp/
Dsysctl.c96 .proc_handler = proc_dointvec_ms_jiffies,
/linux-4.4.14/include/linux/
Dsysctl.h50 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
/linux-4.4.14/net/ipv4/
Dsysctl_net_ipv4.c761 .proc_handler = proc_dointvec_ms_jiffies,
839 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c2682 .proc_handler = proc_dointvec_ms_jiffies,
/linux-4.4.14/kernel/
Dsysctl.c2604 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
2813 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
2843 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/linux-4.4.14/net/ipv6/
Dicmp.c994 .proc_handler = proc_dointvec_ms_jiffies,
Daddrconf.c5534 .proc_handler = proc_dointvec_ms_jiffies,
5542 .proc_handler = proc_dointvec_ms_jiffies,
Droute.c3501 .proc_handler = proc_dointvec_ms_jiffies,
/linux-4.4.14/fs/proc/
Dproc_sysctl.c1039 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/linux-4.4.14/net/core/
Dneighbour.c2981 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()