Searched refs:sh_keys (Results 1 – 1 of 1) sorted by relevance
803 struct list_head *sh_keys; in sctp_auth_set_key() local812 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()816 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()819 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()841 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()846 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()852 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()865 struct list_head *sh_keys; in sctp_auth_set_active_key() local872 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()876 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()[all …]