Searched refs:sctp_authkeyid (Results 1 – 2 of 2) sorted by relevance
699 struct sctp_authkeyid { struct
3508 struct sctp_authkeyid val; in sctp_setsockopt_active_key()3514 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()3536 struct sctp_authkeyid val; in sctp_setsockopt_del_key()3542 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()5589 struct sctp_authkeyid val; in sctp_getsockopt_active_key()5595 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()5597 if (copy_from_user(&val, optval, sizeof(struct sctp_authkeyid))) in sctp_getsockopt_active_key()5609 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()