Home
last modified time | relevance | path

Searched refs:sctp_authkeyid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dsctp.h854 struct sctp_authkeyid { struct
/Linux-v5.4/net/sctp/
Dsocket.c3754 struct sctp_authkeyid val; in sctp_setsockopt_active_key()
3757 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3805 struct sctp_authkeyid val; in sctp_setsockopt_del_key()
3808 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3855 struct sctp_authkeyid val; in sctp_setsockopt_deactivate_key()
3858 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6935 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6938 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6941 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()