Searched refs:default_hmac_id (Results 1 – 2 of 2) sorted by relevance
532 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()
2070 __u16 default_hmac_id; member