Searched refs:bpf_map_get_fd_by_id (Results 1 – 20 of 20) sorted by relevance
118 fd = bpf_map_get_fd_by_id(map1_id); in test_lookup_update()123 fd = bpf_map_get_fd_by_id(map2_id); in test_lookup_update()
272 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()291 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()
39 err = bpf_map_get_fd_by_id(0); in serial_test_bpf_obj_id()258 map_fd = bpf_map_get_fd_by_id(next_id); in serial_test_bpf_obj_id()
184 ASSERT_EQ(bpf_map_get_fd_by_id(map_info.id), -EPERM, "map_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative()
106 map_fd = bpf_map_get_fd_by_id(map_ids[0]); in get_map_fd_by_prog_id()
111 map_fd = bpf_map_get_fd_by_id(map_ids[0]); in get_map_fd_by_prog_id()
311 err = bpf_map_get_fd_by_id(map_ids[i]); in syncookie_open_bpf_maps()
638 fd = bpf_map_get_fd_by_id(map_ids[i]); in xsk_lookup_bpf_maps()
1270 fd = bpf_map_get_fd_by_id(id); in test_map_in_map()
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()
908 fd = bpf_map_get_fd_by_id(id); in map_fd_by_name()961 (*fds)[0] = bpf_map_get_fd_by_id(id); in map_parse_fds()
778 fd = bpf_map_get_fd_by_id(id); in build_btf_type_table()
705 fd = bpf_map_get_fd_by_id(id); in do_show()
254 map_fd = bpf_map_get_fd_by_id(map_ids[i]); in find_metadata()
14 bpf_map_get_fd_by_id;
369 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id);
951 int bpf_map_get_fd_by_id(__u32 id) in bpf_map_get_fd_by_id() function
93 inner_map_fd = bpf_map_get_fd_by_id(outer_map_value); in validate_fetch_results()
515 diff_map_fd = bpf_map_get_fd_by_id(entry.diff_map_id); in bperf__load()
3744 static int bpf_map_get_fd_by_id(const union bpf_attr *attr) in bpf_map_get_fd_by_id() function4999 err = bpf_map_get_fd_by_id(&attr); in __sys_bpf()