Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dsctp.h977 struct sctp_authchunks { struct
/linux-6.3-rc2/net/sctp/
A Dsocket.c6949 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6950 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6956 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6982 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6994 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6995 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7001 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7026 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7032 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()

Completed in 20 milliseconds