Home
last modified time | relevance | path

Searched refs:bpf_map_get_fd_by_id_opts (Results 1 – 4 of 4) 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()
45 fd = bpf_map_get_fd_by_id_opts(info_m.id, &fd_opts_rdonly); in test_libbpf_get_fd_by_id_opts()
/linux/tools/lib/bpf/
H A Dlibbpf.map374 bpf_map_get_fd_by_id_opts;
H A Dbpf.h498 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
H A Dbpf.c1074 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function
1094 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()