Searched refs:peer_hmacs (Results 1 – 4 of 4) sorted by relevance
380 kfree(asoc->peer.peer_hmacs); in sctp_association_free()1180 kfree(asoc->peer.peer_hmacs); in sctp_assoc_update()1181 asoc->peer.peer_hmacs = new->peer.peer_hmacs; in sctp_assoc_update()1182 new->peer.peer_hmacs = NULL; in sctp_assoc_update()
242 asoc->peer.peer_hmacs, in sctp_auth_make_peer_vector()540 hmacs = asoc->peer.peer_hmacs; in sctp_auth_asoc_get_hmac()
2342 !asoc->peer.peer_hmacs)) in sctp_process_init()2661 asoc->peer.peer_hmacs = kmemdup(param.p, in sctp_process_param()2663 if (!asoc->peer.peer_hmacs) { in sctp_process_param()
1518 sctp_hmac_algo_param_t *peer_hmacs; member