Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
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()
45 fd = bpf_map_get_fd_by_id_opts(info_m.id, &fd_opts_rdonly); in test_libbpf_get_fd_by_id_opts()
/tools/bpf/bpftool/
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()
A Dmap.c713 fd = bpf_map_get_fd_by_id_opts(id, &opts); in do_show()
A Dbtf.c1158 fd = bpf_map_get_fd_by_id_opts(id, &opts_ro); in build_btf_type_table()
/tools/lib/bpf/
A Dlibbpf.map374 bpf_map_get_fd_by_id_opts;
A Dbpf.h504 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
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()

Completed in 17 milliseconds