Lines Matching refs:ctl_table

46 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
48 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
50 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, void *buffer,
52 static int proc_sctp_do_udp_port(struct ctl_table *ctl, int write, void *buffer,
54 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
56 static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
58 static int proc_sctp_do_probe_interval(struct ctl_table *ctl, int write,
61 static struct ctl_table sctp_table[] = {
97 static struct ctl_table sctp_net_table[] = {
391 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
395 struct ctl_table tbl;
401 memset(&tbl, 0, sizeof(struct ctl_table));
436 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
442 struct ctl_table tbl;
445 memset(&tbl, 0, sizeof(struct ctl_table));
464 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write,
470 struct ctl_table tbl;
473 memset(&tbl, 0, sizeof(struct ctl_table));
492 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
502 static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
506 struct ctl_table tbl;
509 memset(&tbl, 0, sizeof(struct ctl_table));
531 static int proc_sctp_do_udp_port(struct ctl_table *ctl, int write,
537 struct ctl_table tbl;
540 memset(&tbl, 0, sizeof(struct ctl_table));
572 static int proc_sctp_do_probe_interval(struct ctl_table *ctl, int write,
576 struct ctl_table tbl;
579 memset(&tbl, 0, sizeof(struct ctl_table));
600 struct ctl_table *table;
627 struct ctl_table *table;