Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dsctp.h875 struct sctp_authkeyid { struct
/Linux-v6.6/net/sctp/
Dsocket.c3684 struct sctp_authkeyid *val, in sctp_setsockopt_active_key()
3691 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3732 struct sctp_authkeyid *val, in sctp_setsockopt_del_key()
3739 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3780 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key()
3787 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6920 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6923 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6926 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()