Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dsctp.h977 struct sctp_authchunks { struct
/Linux-v6.6/net/sctp/
Dsocket.c6955 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6956 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6962 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6988 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
7000 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
7001 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7007 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7032 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7038 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()