Lines Matching refs:sh_keys
823 struct list_head *sh_keys; in sctp_auth_set_key() local
832 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()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
867 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
880 struct list_head *sh_keys; in sctp_auth_set_active_key() local
887 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
891 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
894 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
918 struct list_head *sh_keys; in sctp_auth_del_key_id() local
930 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
937 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
940 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()
961 struct list_head *sh_keys; in sctp_auth_deact_key_id() local
973 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
980 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_deact_key_id()
983 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id()