Home
last modified time | relevance | path

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

/openbmc/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()
45 fd = bpf_map_get_fd_by_id_opts(info_m.id, &fd_opts_rdonly); in test_libbpf_get_fd_by_id_opts()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map376 bpf_map_get_fd_by_id_opts;
H A Dbpf.h475 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
H A Dbpf.c1047 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function
1067 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()