Searched refs:sh_keys (Results 1 – 1 of 1) sorted by relevance
823 struct list_head *sh_keys; in sctp_auth_set_key() local836 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() local896 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() local950 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