Lines Matching refs:sh_keys
850 struct list_head *sh_keys; in sctp_auth_set_key() local
857 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
859 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
861 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
886 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
896 struct list_head *sh_keys; in sctp_auth_set_active_key() local
901 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
903 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
905 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
929 struct list_head *sh_keys; in sctp_auth_del_key_id() local
939 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
944 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
947 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()
968 struct list_head *sh_keys; in sctp_auth_deact_key_id() local
978 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
983 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_deact_key_id()
986 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id()