Searched refs:sctp_authchunks (Results 1 – 4 of 4) sorted by relevance
941 struct sctp_authchunks { struct
975 struct sctp_authchunks { struct
6834 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()6835 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()6841 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()6867 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()6879 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()6880 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()6886 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()6911 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()6917 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()