Searched refs:bpf_map_get_fd_by_id (Results 1 – 7 of 7) sorted by relevance
35 err = bpf_map_get_fd_by_id(0); in test_bpf_obj_id()211 map_fd = bpf_map_get_fd_by_id(next_id); in test_bpf_obj_id()
107 map_fd = bpf_map_get_fd_by_id(map_ids[0]); in get_map_fd_by_prog_id()
110 map_fd = bpf_map_get_fd_by_id(map_ids[0]); in get_map_fd_by_prog_id()
244 map_fd = bpf_map_get_fd_by_id(map_ids[i]); in print_one_prog()
117 int bpf_map_get_fd_by_id(uint32_t id);
1512 int bpf_map_get_fd_by_id(uint32_t id) in bpf_map_get_fd_by_id() function