Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dsctp.h875 struct sctp_authkeyid { struct
/linux/net/sctp/
A Dsocket.c3681 struct sctp_authkeyid *val, in sctp_setsockopt_active_key()
3688 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3729 struct sctp_authkeyid *val, in sctp_setsockopt_del_key()
3736 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3777 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key()
3784 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6917 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6920 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6923 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()

Completed in 22 milliseconds