Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dsctp.h977 struct sctp_authchunks { struct
/Linux-v5.15/net/sctp/
Dsocket.c6937 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6938 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6944 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6970 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6982 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6983 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
6989 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7014 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7020 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()