Home
last modified time | relevance | path

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

/linux-3.3/include/net/sctp/
Dauth.h46 struct sctp_hmacalgo;
116 struct sctp_hmacalgo *hmacs);
Duser.h566 struct sctp_hmacalgo { struct
/linux-3.3/net/sctp/
Dauth.c782 struct sctp_hmacalgo *hmacs) in sctp_auth_ep_set_hmacs()
Dsocket.c3306 struct sctp_hmacalgo *hmacs; in sctp_setsockopt_hmac_ident()
3313 if (optlen < sizeof(struct sctp_hmacalgo)) in sctp_setsockopt_hmac_ident()
3322 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) { in sctp_setsockopt_hmac_ident()
5246 struct sctp_hmacalgo __user *p = (void __user *)optval; in sctp_getsockopt_hmac_ident()
5257 if (len < sizeof(struct sctp_hmacalgo) + data_len) in sctp_getsockopt_hmac_ident()
5260 len = sizeof(struct sctp_hmacalgo) + data_len; in sctp_getsockopt_hmac_ident()