Searched refs:sctp_hmac_alg (Results 1 – 5 of 5) sorted by relevance
177 .data = &init_net.sctp.sctp_hmac_alg,391 sctp.sctp_hmac_alg); in proc_sctp_do_hmac_alg()404 tbl.data = net->sctp.sctp_hmac_alg ? : none; in proc_sctp_do_hmac_alg()412 net->sctp.sctp_hmac_alg = "md5"; in proc_sctp_do_hmac_alg()418 net->sctp.sctp_hmac_alg = "sha1"; in proc_sctp_do_hmac_alg()423 net->sctp.sctp_hmac_alg = NULL; in proc_sctp_do_hmac_alg()
1338 net->sctp.sctp_hmac_alg = "md5"; in sctp_defaults_init()1340 net->sctp.sctp_hmac_alg = "sha1"; in sctp_defaults_init()1342 net->sctp.sctp_hmac_alg = NULL; in sctp_defaults_init()
4990 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg; in sctp_init_sock()8538 if (!sp->hmac && sp->sctp_hmac_alg) { in sctp_listen_start()8539 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg); in sctp_listen_start()8543 sp->sctp_hmac_alg, PTR_ERR(tfm)); in sctp_listen_start()
79 char *sctp_hmac_alg; member
160 char *sctp_hmac_alg; member