Searched refs:sctp_hmacalgo (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/net/sctp/
H A Dauth.h39 struct sctp_hmacalgo;
109 struct sctp_hmacalgo *hmacs);
/linux-4.1.27/include/uapi/linux/
H A Dsctp.h669 struct sctp_hmacalgo { struct
/linux-4.1.27/net/sctp/
H A Dauth.c787 struct sctp_hmacalgo *hmacs) sctp_auth_ep_set_hmacs()
H A Dsocket.c3428 struct sctp_hmacalgo *hmacs; sctp_setsockopt_hmac_ident()
3435 if (optlen < sizeof(struct sctp_hmacalgo)) sctp_setsockopt_hmac_ident()
3444 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) { sctp_setsockopt_hmac_ident()
5554 struct sctp_hmacalgo __user *p = (void __user *)optval; sctp_getsockopt_hmac_ident()
5566 if (len < sizeof(struct sctp_hmacalgo) + data_len) sctp_getsockopt_hmac_ident()
5569 len = sizeof(struct sctp_hmacalgo) + data_len; sctp_getsockopt_hmac_ident()

Completed in 558 milliseconds