Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dsctp.h977 struct sctp_authchunks { struct
/linux/net/sctp/
A Dsocket.c6952 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6953 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6959 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6985 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
6997 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
6998 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7004 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7029 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7035 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()

Completed in 22 milliseconds