Home
last modified time | relevance | path

Searched refs:shmac (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dsctp_usrreq.c2849 struct sctp_hmacalgo *shmac; local
2860 *optsize = sizeof(*shmac);
2865 size = sizeof(*shmac) + (hmaclist->num_algo *
2866 sizeof(shmac->shmac_idents[0]));
2874 shmac->shmac_number_of_idents = hmaclist->num_algo;
2876 shmac->shmac_idents[i] = hmaclist->hmac[i];
4398 struct sctp_hmacalgo *shmac; local
4403 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
4405 (shmac->shmac_number_of_idents > 0xffff)) {
4417 for (i = 0; i < shmac->shmac_number_of_idents; i++) {
[all …]