Searched refs:bpf_map_get_fd_by_id (Results 1 – 12 of 12) sorted by relevance
37 fd = bpf_map_get_fd_by_id(info_m.id); in test_libbpf_get_fd_by_id_opts()
39 err = bpf_map_get_fd_by_id(0); in serial_test_bpf_obj_id()214 map_fd = bpf_map_get_fd_by_id(next_id); in serial_test_bpf_obj_id()
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()
59 fd = bpf_map_get_fd_by_id(id); in map_exists()
170 ASSERT_EQ(bpf_map_get_fd_by_id(map_info.id), -EPERM, "map_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative()
145 fd = bpf_map_get_fd_by_id(id); in get_next_struct_ops_map()252 fd = bpf_map_get_fd_by_id(id); in do_one_id()
93 inner_map_fd = bpf_map_get_fd_by_id(outer_map_value); in validate_fetch_results()
314 err = bpf_map_get_fd_by_id(map_ids[i]); in syncookie_open_bpf_maps()
1270 fd = bpf_map_get_fd_by_id(id); in test_map_in_map()
580 diff_map_fd = bpf_map_get_fd_by_id(entry.diff_map_id); in bperf__load()
195 map_fd = bpf_map_get_fd_by_id(map_id); in bpf_metadata_read_map_data()
4858 static int bpf_map_get_fd_by_id(const union bpf_attr *attr) in bpf_map_get_fd_by_id() function6310 err = bpf_map_get_fd_by_id(&attr); in __sys_bpf()