Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_uio.h676 struct sctp_hmacalgo { struct
Dsctp_usrreq.c2841 struct sctp_hmacalgo *shmac;
2846 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
4394 struct sctp_hmacalgo *shmac;
4399 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
4400 … if ((optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) ||