Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h977 struct sctp_authchunks { struct
/linux/net/sctp/
H A Dsocket.c7009 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_peer_auth_chunks()
7010 struct sctp_authchunks val; in sctp_getsockopt_peer_auth_chunks()
7016 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_peer_auth_chunks()
7042 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_peer_auth_chunks()
7054 struct sctp_authchunks __user *p = (void __user *)optval; in sctp_getsockopt_local_auth_chunks()
7055 struct sctp_authchunks val; in sctp_getsockopt_local_auth_chunks()
7061 if (len < sizeof(struct sctp_authchunks)) in sctp_getsockopt_local_auth_chunks()
7086 if (len < sizeof(struct sctp_authchunks) + num_chunks) in sctp_getsockopt_local_auth_chunks()
7092 len = sizeof(struct sctp_authchunks) + num_chunks; in sctp_getsockopt_local_auth_chunks()