Lines Matching refs:ctl_table
45 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
47 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
49 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, void *buffer,
51 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
53 static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
56 static struct ctl_table sctp_table[] = {
92 static struct ctl_table sctp_net_table[] = {
350 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
354 struct ctl_table tbl;
360 memset(&tbl, 0, sizeof(struct ctl_table));
395 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
401 struct ctl_table tbl;
404 memset(&tbl, 0, sizeof(struct ctl_table));
423 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write,
429 struct ctl_table tbl;
432 memset(&tbl, 0, sizeof(struct ctl_table));
451 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
461 static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
465 struct ctl_table tbl;
468 memset(&tbl, 0, sizeof(struct ctl_table));
492 struct ctl_table *table;
517 struct ctl_table *table;