Searched refs:bpf_map_get_next_id (Results 1 – 9 of 9) sorted by relevance
30 bpf_map_get_next_id;
226 LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id);
778 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() function
271 if (bpf_map_get_next_id(id, &id) || id > data_map_id) in test_mmap()
252 while (!bpf_map_get_next_id(next_id, &next_id)) { in test_bpf_obj_id()
139 err = bpf_map_get_next_id(id, &id); in get_next_struct_ops_map()
809 err = bpf_map_get_next_id(id, &id); in map_fd_by_name()
630 err = bpf_map_get_next_id(id, &id); in build_btf_type_table()
709 err = bpf_map_get_next_id(id, &id); in do_show()