Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dauth.h39 struct sctp_hmacalgo;
109 struct sctp_hmacalgo *hmacs);
/linux-4.4.14/include/uapi/linux/
Dsctp.h669 struct sctp_hmacalgo { struct
/linux-4.4.14/net/sctp/
Dauth.c787 struct sctp_hmacalgo *hmacs) in sctp_auth_ep_set_hmacs()
Dsocket.c3415 struct sctp_hmacalgo *hmacs; in sctp_setsockopt_hmac_ident()
3422 if (optlen < sizeof(struct sctp_hmacalgo)) in sctp_setsockopt_hmac_ident()
3431 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) { in sctp_setsockopt_hmac_ident()
5541 struct sctp_hmacalgo __user *p = (void __user *)optval; in sctp_getsockopt_hmac_ident()
5553 if (len < sizeof(struct sctp_hmacalgo) + data_len) in sctp_getsockopt_hmac_ident()
5556 len = sizeof(struct sctp_hmacalgo) + data_len; in sctp_getsockopt_hmac_ident()