Searched refs:sctp_authkeyid (Results 1 – 2 of 2) sorted by relevance
875 struct sctp_authkeyid { struct
3700 struct sctp_authkeyid *val, in sctp_setsockopt_active_key() 3707 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key() 3748 struct sctp_authkeyid *val, in sctp_setsockopt_del_key() 3755 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key() 3796 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key() 3803 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key() 6984 struct sctp_authkeyid val; in sctp_getsockopt_active_key() 6987 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key() 6990 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()