Home
last modified time | relevance | path

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

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