bpf_map_get_fd_by_id_opts
fd = bpf_map_get_fd_by_id_opts(id, &opts_ro);
fd = bpf_map_get_fd_by_id_opts(id, opts);
(*fds)[0] = bpf_map_get_fd_by_id_opts(id, &opts);
fd = bpf_map_get_fd_by_id_opts(id, &opts_ro);
fd = bpf_map_get_fd_by_id_opts(id, &opts);
return bpf_map_get_fd_by_id_opts(id, NULL);
LIBBPF_API int bpf_map_get_fd_by_id_opts(__u32 id,
fd = bpf_map_get_fd_by_id_opts(info_m.id, NULL);
fd = bpf_map_get_fd_by_id_opts(info_m.id, &fd_opts_rdonly);