Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dsctp.h977 struct sctp_authchunks { struct
/Linux-v6.1/net/sctp/
Dsocket.c6944 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6945 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6951 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6977 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6989 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6990 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
6996 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7021 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7027 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()