Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dsctp.h875 struct sctp_authkeyid { struct
/linux-6.3-rc2/net/sctp/
A Dsocket.c3679 struct sctp_authkeyid *val, in sctp_setsockopt_active_key()
3686 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3727 struct sctp_authkeyid *val, in sctp_setsockopt_del_key()
3734 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3775 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key()
3782 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6914 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6917 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6920 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()

Completed in 19 milliseconds