Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.map376 bpf_map_get_fd_by_id_opts;
A Dbpf.h380 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
A Dbpf.c961 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function
981 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()

Completed in 7 milliseconds