Home
last modified time | relevance | path

Searched refs:it_ids (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_field_iter.c130 struct btf_field_iter it_strs, it_ids; in test_btf_field_iter() local
139 if (!ASSERT_OK(btf_field_iter_init(&it_ids, t, BTF_FIELD_ITER_IDS), in test_btf_field_iter()
152 while ((next_id = btf_field_iter_next(&it_ids))) { in test_btf_field_iter()