Searched refs:sh_keys (Results 1 – 1 of 1) sorted by relevance
823 struct list_head *sh_keys; in sctp_auth_set_key() local832 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()864 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()874 struct list_head *sh_keys; in sctp_auth_set_active_key() local881 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()885 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()888 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()912 struct list_head *sh_keys; in sctp_auth_del_key_id() local[all …]