Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsctp.h602 struct sctp_hmacalgo { struct
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h626 struct sctp_hmacalgo { struct
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_uio.h689 struct sctp_hmacalgo { struct
Dsctp_usrreq.c3467 struct sctp_hmacalgo *shmac;
3472 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, *optsize);
5024 struct sctp_hmacalgo *shmac;
5029 SCTP_CHECK_AND_CAST(shmac, optval, struct sctp_hmacalgo, optsize);
5030 if (optsize < sizeof(struct sctp_hmacalgo) + shmac->shmac_number_of_idents * sizeof(uint16_t)) {