nr_iters
struct bpf_object *objs[nr_iters] = {};
struct bpf_link *links[nr_iters] = {};
for (i = 0; i < nr_iters; i++)
if (i == nr_iters)
int prog_fds[nr_iters], map_fds[nr_iters];
struct bpf_prog_info prog_infos[nr_iters + 1];
ASSERT_EQ(nr_id_found, nr_iters, "prog_nr_id_found");
struct bpf_map_info map_infos[nr_iters + 1];
struct bpf_link_info link_infos[nr_iters + 1];
for (i = 0; i < nr_iters; i++)
if (i == nr_iters)
ASSERT_EQ(nr_id_found, nr_iters, "map_nr_id_found");
__u32 map_ids[nr_iters + 1];
for (i = 0; i < nr_iters; i++)
if (i == nr_iters)
ASSERT_EQ(nr_id_found, nr_iters, "link_nr_id_found");
for (i = 0; i < nr_iters; i++) {
for (i = 0; i < nr_iters; i++) {