Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/sctp/
Dauth.h24 struct sctp_hmacalgo;
101 struct sctp_hmacalgo *hmacs);
/Linux-v5.4/include/uapi/linux/
Dsctp.h824 struct sctp_hmacalgo { struct
/Linux-v5.4/net/sctp/
Dauth.c784 struct sctp_hmacalgo *hmacs) in sctp_auth_ep_set_hmacs()
Dsocket.c3647 struct sctp_hmacalgo *hmacs; in sctp_setsockopt_hmac_ident()
3654 if (optlen < sizeof(struct sctp_hmacalgo)) in sctp_setsockopt_hmac_ident()
3656 optlen = min_t(unsigned int, optlen, sizeof(struct sctp_hmacalgo) + in sctp_setsockopt_hmac_ident()
3665 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) { in sctp_setsockopt_hmac_ident()
6899 struct sctp_hmacalgo __user *p = (void __user *)optval; in sctp_getsockopt_hmac_ident()
6912 if (len < sizeof(struct sctp_hmacalgo) + data_len) in sctp_getsockopt_hmac_ident()
6915 len = sizeof(struct sctp_hmacalgo) + data_len; in sctp_getsockopt_hmac_ident()