Searched refs:proc_dointvec_ms_jiffies (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/net/dccp/ |
| D | sysctl.c | 91 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v5.4/include/linux/ |
| D | sysctl.h | 65 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
|
| /Linux-v5.4/net/ipv4/ |
| D | sysctl_net_ipv4.c | 652 .proc_handler = proc_dointvec_ms_jiffies, 1258 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | route.c | 3269 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v5.4/kernel/ |
| D | sysctl.c | 3120 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 3358 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function 3427 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
|
| /Linux-v5.4/net/ipv6/ |
| D | icmp.c | 1126 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | addrconf.c | 6539 .proc_handler = proc_dointvec_ms_jiffies, 6547 .proc_handler = proc_dointvec_ms_jiffies,
|
| D | route.c | 6113 .proc_handler = proc_dointvec_ms_jiffies,
|
| /Linux-v5.4/fs/proc/ |
| D | proc_sysctl.c | 1142 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
|
| /Linux-v5.4/net/core/ |
| D | neighbour.c | 3495 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()
|