Home
last modified time | relevance | path

Searched refs:default_hmac_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/sctp/
Dauth.c532 if (asoc->default_hmac_id) in sctp_auth_asoc_get_hmac()
533 return &sctp_hmac_list[asoc->default_hmac_id]; in sctp_auth_asoc_get_hmac()
615 if (asoc->default_hmac_id) in sctp_auth_asoc_set_default_hmac()
630 asoc->default_hmac_id = id; in sctp_auth_asoc_set_default_hmac()
/linux-6.1.9/include/net/sctp/
Dstructs.h2070 __u16 default_hmac_id; member