Lines Matching refs:table
102 static int rps_default_mask_sysctl(const struct ctl_table *table, int write, in rps_default_mask_sysctl() argument
105 struct net *net = (struct net *)table->data; in rps_default_mask_sysctl()
137 static int rps_sock_flow_sysctl(const struct ctl_table *table, int write, in rps_sock_flow_sysctl() argument
145 .mode = table->mode in rps_sock_flow_sysctl()
209 static int flow_limit_cpu_sysctl(const struct ctl_table *table, int write, in flow_limit_cpu_sysctl() argument
266 static int flow_limit_table_len_sysctl(const struct ctl_table *table, int write, in flow_limit_table_len_sysctl() argument
274 ptr = table->data; in flow_limit_table_len_sysctl()
276 ret = proc_dointvec(table, write, buffer, lenp, ppos); in flow_limit_table_len_sysctl()
288 static int set_default_qdisc(const struct ctl_table *table, int write, in set_default_qdisc() argument
307 static int proc_do_dev_weight(const struct ctl_table *table, int write, in proc_do_dev_weight() argument
314 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_do_dev_weight()
325 static int proc_do_rss_key(const struct ctl_table *table, int write, in proc_do_rss_key() argument
338 static int proc_dointvec_minmax_bpf_enable(const struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable() argument
342 int ret, jit_enable = *(int *)table->data; in proc_dointvec_minmax_bpf_enable()
343 int min = *(int *)table->extra1; in proc_dointvec_minmax_bpf_enable()
344 int max = *(int *)table->extra2; in proc_dointvec_minmax_bpf_enable()
345 struct ctl_table tmp = *table; in proc_dointvec_minmax_bpf_enable()
355 *(int *)table->data = jit_enable; in proc_dointvec_minmax_bpf_enable()
371 proc_dointvec_minmax_bpf_restricted(const struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted() argument
377 return proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_bpf_restricted()
382 proc_dolongvec_minmax_bpf_restricted(const struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted() argument
388 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_dolongvec_minmax_bpf_restricted()