Searched refs:sctp_authkeyid (Results 1 – 2 of 2) sorted by relevance
699 struct sctp_authkeyid { struct
3495 struct sctp_authkeyid val; in sctp_setsockopt_active_key()3501 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()3523 struct sctp_authkeyid val; in sctp_setsockopt_del_key()3529 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()5576 struct sctp_authkeyid val; in sctp_getsockopt_active_key()5582 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()5584 if (copy_from_user(&val, optval, sizeof(struct sctp_authkeyid))) in sctp_getsockopt_active_key()5596 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()