Searched refs:sctp_authchunks (Results 1 – 2 of 2) sorted by relevance
977 struct sctp_authchunks { struct
7010 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks() 7011 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks() 7017 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks() 7037 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_peer_auth_chunks() 7043 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks() 7055 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks() 7056 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks() 7062 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks() 7087 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks() 7093 len = sizeof(struct sctp_authchunks) in sctp_getsockopt_local_auth_chunks() [all...]