Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsctp.h941 struct sctp_authchunks { struct
/Linux-v4.19/net/sctp/
Dsocket.c6659 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6660 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6669 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6692 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6704 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6705 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
6714 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
6734 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
6740 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()