Home
last modified time | relevance | path

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

/linux-6.15/net/dccp/
H A Dsysctl.c87 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.15/include/linux/
H A Dsysctl.h82 int proc_dointvec_ms_jiffies(const struct ctl_table *, int, void *, size_t *,
/linux-6.15/kernel/
H A Dsysctl.c1295 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies() function
1533 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, in proc_dointvec_ms_jiffies() function
1889 EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
/linux-6.15/net/ipv4/
H A Dsysctl_net_ipv4.c681 .proc_handler = proc_dointvec_ms_jiffies,
1381 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c3494 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.15/net/ipv6/
H A Dicmp.c1179 .proc_handler = proc_dointvec_ms_jiffies,
H A Daddrconf.c6848 .proc_handler = proc_dointvec_ms_jiffies,
6856 .proc_handler = proc_dointvec_ms_jiffies,
H A Droute.c6501 .proc_handler = proc_dointvec_ms_jiffies,
/linux-6.15/fs/proc/
H A Dproc_sysctl.c1157 (entry->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
/linux-6.15/net/core/
H A Dneighbour.c3594 int ret = proc_dointvec_ms_jiffies(ctl, write, buffer, lenp, ppos); in neigh_proc_dointvec_ms_jiffies()