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.12.1/tools/testing/selftests/bpf/prog_tests/
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.12.1/tools/lib/bpf/
Dlibbpf.map374 bpf_map_get_fd_by_id_opts;
Dbpf.h495 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
Dbpf.c1072 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function
1092 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()