Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dsctp.h975 struct sctp_authchunks { struct
/Linux-v5.10/net/sctp/
Dsocket.c6817 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6818 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6824 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6850 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6862 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6863 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
6869 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
6894 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
6900 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()