Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h875 struct sctp_authkeyid { struct
876 scact_assoc_idsctp_authkeyid global() argument
877 scact_keynumbersctp_authkeyid global() argument
/linux/net/sctp/
H A Dsocket.c3693 struct sctp_authkeyid *val, in sctp_setsockopt_active_key()
3700 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_active_key()
3741 struct sctp_authkeyid *val, in sctp_setsockopt_del_key()
3748 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_del_key()
3789 struct sctp_authkeyid *val, in sctp_setsockopt_deactivate_key()
3796 if (optlen != sizeof(struct sctp_authkeyid)) in sctp_setsockopt_deactivate_key()
6934 struct sctp_authkeyid val; in sctp_getsockopt_active_key()
6937 if (len < sizeof(struct sctp_authkeyid)) in sctp_getsockopt_active_key()
6940 len = sizeof(struct sctp_authkeyid); in sctp_getsockopt_active_key()