Searched refs:bpf_map_get_fd_by_id_opts (Results 1 – 4 of 4) sorted by relevance
41 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()
376 bpf_map_get_fd_by_id_opts;
380 LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
961 int bpf_map_get_fd_by_id_opts(__u32 id, in bpf_map_get_fd_by_id_opts() function981 return bpf_map_get_fd_by_id_opts(id, NULL); in bpf_map_get_fd_by_id()
Completed in 7 milliseconds