Searched refs:sctp_authkey (Results 1 – 4 of 4) sorted by relevance
38 struct sctp_authkey;112 struct sctp_authkey *auth_key);
685 struct sctp_authkey { struct
825 struct sctp_authkey *auth_key) in sctp_auth_set_key()
3453 struct sctp_authkey *authkey; in sctp_setsockopt_auth_key()3460 if (optlen <= sizeof(struct sctp_authkey)) in sctp_setsockopt_auth_key()3467 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) { in sctp_setsockopt_auth_key()