Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dauth.h39 struct sctp_hmacalgo;
116 struct sctp_hmacalgo *hmacs);
/Linux-v4.19/include/uapi/linux/
Dsctp.h810 struct sctp_hmacalgo { struct
/Linux-v4.19/net/sctp/
Dauth.c806 struct sctp_hmacalgo *hmacs) in sctp_auth_ep_set_hmacs()
Dsocket.c3671 struct sctp_hmacalgo *hmacs; in sctp_setsockopt_hmac_ident()
3678 if (optlen < sizeof(struct sctp_hmacalgo)) in sctp_setsockopt_hmac_ident()
3680 optlen = min_t(unsigned int, optlen, sizeof(struct sctp_hmacalgo) + in sctp_setsockopt_hmac_ident()
3689 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) { in sctp_setsockopt_hmac_ident()
6589 struct sctp_hmacalgo __user *p = (void __user *)optval; in sctp_getsockopt_hmac_ident()
6602 if (len < sizeof(struct sctp_hmacalgo) + data_len) in sctp_getsockopt_hmac_ident()
6605 len = sizeof(struct sctp_hmacalgo) + data_len; in sctp_getsockopt_hmac_ident()