Home
last modified time | relevance | path

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

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