Home
last modified time | relevance | path

Searched refs:bpf_map_get_fd_by_id_opts (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_get_fd_by_id_opts.c41 fd = bpf_map_get_fd_by_id_opts(info_m.id, NULL); in test_libbpf_get_fd_by_id_opts()
42 if (!ASSERT_LT(fd, 0, "bpf_map_get_fd_by_id_opts")) in test_libbpf_get_fd_by_id_opts()
45 fd = bpf_map_get_fd_by_id_opts(info_m.id, &fd_opts_rdonly); in test_libbpf_get_fd_by_id_opts()
46 if (!ASSERT_GE(fd, 0, "bpf_map_get_fd_by_id_opts")) in test_libbpf_get_fd_by_id_opts()
/linux/tools/bpf/bpftool/
H A Dcommon.c995 fd = bpf_map_get_fd_by_id_opts(id, &opts_ro); in map_fd_by_name()
1019 fd = bpf_map_get_fd_by_id_opts(id, opts); in map_fd_by_name()
1066 (*fds)[0] = bpf_map_get_fd_by_id_opts(id, &opts); in map_parse_fds()
H A Dbtf.c1158 fd = bpf_map_get_fd_by_id_opts(id, &opts_ro); in build_btf_type_table()
/linux/tools/lib/bpf/
H A Dlibbpf.map374 bpf_map_get_fd_by_id_opts;
H A Dbpf.h504 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
H A Dbpf.c1118 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function
1138 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()