Searched refs:sctp_authchunks (Results 1 – 2 of 2) sorted by relevance
685 struct sctp_authchunks { struct
5342 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()5343 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()5352 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()5355 if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks))) in sctp_getsockopt_peer_auth_chunks()5375 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()5385 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()5386 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()5395 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()5398 if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks))) in sctp_getsockopt_local_auth_chunks()5415 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()[all …]