Searched refs:bpf_link_get_next_id (Results 1 – 5 of 5) sorted by relevance
263 bpf_link_get_next_id;
228 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
788 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id() function
322 err = bpf_link_get_next_id(id, &id); in do_show()
300 while (!bpf_link_get_next_id(next_id, &next_id)) { in test_bpf_obj_id()