Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dauth.h38 struct sctp_authkey;
112 struct sctp_authkey *auth_key);
/linux-4.4.14/include/uapi/linux/
Dsctp.h685 struct sctp_authkey { struct
/linux-4.4.14/net/sctp/
Dauth.c825 struct sctp_authkey *auth_key) in sctp_auth_set_key()
Dsocket.c3453 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()