Searched refs:sctp_authchunks (Results 1 – 2 of 2) sorted by relevance
977 struct sctp_authchunks { struct
6968 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()6969 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()6975 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()7001 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()7013 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()7014 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()7020 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()7045 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()7051 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()
Completed in 21 milliseconds