Searched refs:bpf_map_get_next_id (Results 1 – 4 of 4) sorted by relevance
101 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id);
429 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() function
593 err = bpf_map_get_next_id(id, &id); in do_show()
612 while (!bpf_map_get_next_id(next_id, &next_id)) { in test_bpf_obj_id()