Home
last modified time | relevance | path

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

/Linux-v6.1/net/sctp/
Dassociola.c374 kfree(asoc->peer.peer_hmacs); in sctp_association_free()
1191 kfree(asoc->peer.peer_hmacs); in sctp_assoc_update()
1192 asoc->peer.peer_hmacs = new->peer.peer_hmacs; in sctp_assoc_update()
1193 new->peer.peer_hmacs = NULL; in sctp_assoc_update()
Dauth.c238 asoc->peer.peer_hmacs, in sctp_auth_make_peer_vector()
538 hmacs = asoc->peer.peer_hmacs; in sctp_auth_asoc_get_hmac()
Dsm_make_chunk.c2408 !asoc->peer.peer_hmacs)) in sctp_process_init()
2722 kfree(asoc->peer.peer_hmacs); in sctp_process_param()
2723 asoc->peer.peer_hmacs = kmemdup(param.p, in sctp_process_param()
2725 if (!asoc->peer.peer_hmacs) { in sctp_process_param()
/Linux-v6.1/include/net/sctp/
Dstructs.h1743 struct sctp_hmac_algo_param *peer_hmacs; member