Searched refs:sctp_hmac_alg (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/netns/
H A Dsctp.h79 char *sctp_hmac_alg; member in struct:netns_sctp
/linux-master/net/sctp/
H A Dsysctl.c179 .data = &init_net.sctp.sctp_hmac_alg,
407 tbl.data = net->sctp.sctp_hmac_alg ? : none;
415 net->sctp.sctp_hmac_alg = "md5";
421 net->sctp.sctp_hmac_alg = "sha1";
426 net->sctp.sctp_hmac_alg = NULL;
H A Dprotocol.c1322 net->sctp.sctp_hmac_alg = "md5";
1324 net->sctp.sctp_hmac_alg = "sha1";
1326 net->sctp.sctp_hmac_alg = NULL;
H A Dsocket.c4984 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg;
8530 if (!sp->hmac && sp->sctp_hmac_alg) {
8531 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg);
8535 sp->sctp_hmac_alg, PTR_ERR(tfm));
/linux-master/include/net/sctp/
H A Dstructs.h160 char *sctp_hmac_alg; member in struct:sctp_sock

Completed in 234 milliseconds