Lines Matching refs:ctl_table
130 static int proc_scheduler(const struct ctl_table *ctl, int write, in proc_scheduler()
135 struct ctl_table tbl = { in proc_scheduler()
150 static int proc_available_schedulers(const struct ctl_table *ctl, in proc_available_schedulers()
154 struct ctl_table tbl = { .maxlen = MPTCP_SCHED_BUF_MAX, }; in proc_available_schedulers()
168 static int proc_blackhole_detect_timeout(const struct ctl_table *table, in proc_blackhole_detect_timeout()
200 static int proc_path_manager(const struct ctl_table *ctl, int write, in proc_path_manager()
208 const struct ctl_table tbl = { in proc_path_manager()
233 static int proc_pm_type(const struct ctl_table *ctl, int write, in proc_pm_type()
256 static int proc_available_path_managers(const struct ctl_table *ctl, in proc_available_path_managers()
260 struct ctl_table tbl = { .maxlen = MPTCP_PM_BUF_MAX, }; in proc_available_path_managers()
274 static struct ctl_table mptcp_sysctl_table[] = {
370 struct ctl_table *table; in mptcp_pernet_new_table()
411 const struct ctl_table *table = pernet->ctl_table_hdr->ctl_table_arg; in mptcp_pernet_del_table()