Searched refs:bpf_map_get_fd_by_id (Results 1 – 15 of 15) sorted by relevance
151 fd = bpf_map_get_fd_by_id(map1_id); in test_lookup_update()156 fd = bpf_map_get_fd_by_id(map2_id); in test_lookup_update()
258 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()277 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()
39 err = bpf_map_get_fd_by_id(0); in test_bpf_obj_id()258 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()
147 fd = bpf_map_get_fd_by_id(id); in get_next_struct_ops_map()254 fd = bpf_map_get_fd_by_id(id); in do_one_id()
818 fd = bpf_map_get_fd_by_id(id); in map_fd_by_name()871 (*fds)[0] = bpf_map_get_fd_by_id(id); in map_parse_fds()
653 fd = bpf_map_get_fd_by_id(id); in build_btf_type_table()
718 fd = bpf_map_get_fd_by_id(id); in do_show()
194 map_fd = bpf_map_get_fd_by_id(map_ids[i]); in find_metadata()
29 bpf_map_get_fd_by_id;
230 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id);
534 fd = bpf_map_get_fd_by_id(map_ids[i]); in xsk_lookup_bpf_maps()
803 int bpf_map_get_fd_by_id(__u32 id) in bpf_map_get_fd_by_id() function
3241 static int bpf_map_get_fd_by_id(const union bpf_attr *attr) in bpf_map_get_fd_by_id() function4435 err = bpf_map_get_fd_by_id(&attr); in SYSCALL_DEFINE3()