Searched refs:default_hmac_id (Results 1 – 2 of 2) sorted by relevance
531 if (asoc->default_hmac_id) in sctp_auth_asoc_get_hmac()532 return &sctp_hmac_list[asoc->default_hmac_id]; in sctp_auth_asoc_get_hmac()614 if (asoc->default_hmac_id) in sctp_auth_asoc_set_default_hmac()629 asoc->default_hmac_id = id; in sctp_auth_asoc_set_default_hmac()
2050 __u16 default_hmac_id; member