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

/linux-4.1.27/net/sctp/
H A Dsocket.c5622 struct sctp_authchunks __user *p = (void __user *)optval; sctp_getsockopt_peer_auth_chunks()
5623 struct sctp_authchunks val; sctp_getsockopt_peer_auth_chunks()
5632 if (len < sizeof(struct sctp_authchunks)) sctp_getsockopt_peer_auth_chunks()
5635 if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks))) sctp_getsockopt_peer_auth_chunks()
5655 len = sizeof(struct sctp_authchunks) + num_chunks; sctp_getsockopt_peer_auth_chunks()
5667 struct sctp_authchunks __user *p = (void __user *)optval; sctp_getsockopt_local_auth_chunks()
5668 struct sctp_authchunks val; sctp_getsockopt_local_auth_chunks()
5677 if (len < sizeof(struct sctp_authchunks)) sctp_getsockopt_local_auth_chunks()
5680 if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks))) sctp_getsockopt_local_auth_chunks()
5697 if (len < sizeof(struct sctp_authchunks) + num_chunks) sctp_getsockopt_local_auth_chunks()
5703 len = sizeof(struct sctp_authchunks) + num_chunks; sctp_getsockopt_local_auth_chunks()
/linux-4.1.27/include/uapi/linux/
H A Dsctp.h794 struct sctp_authchunks { struct

Completed in 533 milliseconds