Searched refs:sctp_authkey (Results 1 – 4 of 4) sorted by relevance
658 struct sctp_authkey { struct
4264 struct sctp_authkey *sca;4270 SCTP_CHECK_AND_CAST(sca, optval, struct sctp_authkey, optsize);4272 size = optsize - sizeof(struct sctp_authkey);4274 if (sca->sca_keylength + sizeof(struct sctp_authkey) <= optsize) {
2293 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl()2354 sockopt_len = sizeof(struct sctp_authkey) + 64 * sizeof(uint8_t); in dgram_sctp_ctrl()
303 ((struct sctp_authkey *)arg)->sca_assoc_id = id; in sctp_opt_info()