Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsctp.h699 struct sctp_authkeyid { struct
/linux-4.1.27/net/sctp/
Dsocket.c3508 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()