Lines Matching refs:sh_keys
726 struct list_head *sh_keys; in sctp_auth_set_key() local
735 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
739 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
742 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
764 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
769 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
775 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
788 struct list_head *sh_keys; in sctp_auth_set_active_key() local
795 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
799 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
802 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
831 struct list_head *sh_keys; in sctp_auth_del_key_id() local
843 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
850 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
853 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()
874 struct list_head *sh_keys; in sctp_auth_deact_key_id() local
886 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
893 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_deact_key_id()
896 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id()