Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dauth.h38 struct sctp_authkey;
118 struct sctp_authkey *auth_key);
/Linux-v4.19/include/uapi/linux/
Dsctp.h826 struct sctp_authkey { struct
/Linux-v4.19/net/sctp/
Dauth.c846 struct sctp_authkey *auth_key) in sctp_auth_set_key()
Dsocket.c3711 struct sctp_authkey *authkey; in sctp_setsockopt_auth_key()
3718 if (optlen <= sizeof(struct sctp_authkey)) in sctp_setsockopt_auth_key()
3724 sizeof(struct sctp_authkey)); in sctp_setsockopt_auth_key()
3730 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) { in sctp_setsockopt_auth_key()