Searched refs:bpf_map_get_fd_by_id (Results 1 – 10 of 10) 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()
29 bpf_map_get_fd_by_id;
161 LIBBPF_API int bpf_map_get_fd_by_id(__u32 id);
413 fd = bpf_map_get_fd_by_id(map_ids[i]); in xsk_lookup_bpf_maps()
611 int bpf_map_get_fd_by_id(__u32 id) in bpf_map_get_fd_by_id() function
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()
111 fd = bpf_map_get_fd_by_id(id); in map_parse_fd()682 fd = bpf_map_get_fd_by_id(id); in do_show()1125 err = do_pin_any(argc, argv, bpf_map_get_fd_by_id); in do_pin()
619 fd = bpf_map_get_fd_by_id(id); in build_btf_type_table()
2188 static int bpf_map_get_fd_by_id(const union bpf_attr *attr) in bpf_map_get_fd_by_id() function2914 err = bpf_map_get_fd_by_id(&attr); in SYSCALL_DEFINE3()