Searched refs:peer_hmacs (Results 1 – 4 of 4) sorted by relevance
371 kfree(asoc->peer.peer_hmacs); in sctp_association_free()1181 kfree(asoc->peer.peer_hmacs); in sctp_assoc_update()1182 asoc->peer.peer_hmacs = new->peer.peer_hmacs; in sctp_assoc_update()1183 new->peer.peer_hmacs = NULL; in sctp_assoc_update()
238 asoc->peer.peer_hmacs, in sctp_auth_make_peer_vector()538 hmacs = asoc->peer.peer_hmacs; in sctp_auth_asoc_get_hmac()
2362 !asoc->peer.peer_hmacs)) in sctp_process_init()2676 kfree(asoc->peer.peer_hmacs); in sctp_process_param()2677 asoc->peer.peer_hmacs = kmemdup(param.p, in sctp_process_param()2679 if (!asoc->peer.peer_hmacs) { in sctp_process_param()
1728 struct sctp_hmac_algo_param *peer_hmacs; member