Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsctp.h977 struct sctp_authchunks { struct
/openbmc/linux/net/sctp/
H A Dsocket.c6962 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
6963 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
6969 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
6995 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
7007 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
7008 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7014 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7039 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7045 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()