Home
last modified time | relevance | path

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

/linux-6.6.21/net/sctp/
Dauth.c823 struct list_head *sh_keys; in sctp_auth_set_key() local
832 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
872 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
885 struct list_head *sh_keys; in sctp_auth_set_active_key() local
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
896 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
[all …]