Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dsctp.h955 struct sctp_authchunks { struct
/Linux-v5.4/net/sctp/
Dsocket.c6970 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6971 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6977 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
7003 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
7015 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
7016 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7022 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7047 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7053 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()