Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsctp.h840 struct sctp_authkeyid { struct
/Linux-v4.19/net/sctp/
Dsocket.c3758 struct sctp_authkeyid val; in sctp_setsockopt_active_key()
3764 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3786 struct sctp_authkeyid val; in sctp_setsockopt_del_key()
3792 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3814 struct sctp_authkeyid val; in sctp_setsockopt_deactivate_key()
3820 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6625 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6631 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6634 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()