Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dauth.c823 struct list_head *sh_keys; in sctp_auth_set_key() local
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
839 key_for_each(shkey, 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
896 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
899 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
928 struct list_head *sh_keys; in sctp_auth_del_key_id() local
950 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()
971 struct list_head *sh_keys; in sctp_auth_deact_key_id() local
[all …]

Completed in 4 milliseconds