Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dauth.c534 if (asoc->default_hmac_id) in sctp_auth_asoc_get_hmac()
535 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-4.4.14/include/net/sctp/
Dstructs.h1836 __u16 default_hmac_id; member