Searched refs:info_m (Results 1 – 1 of 1) sorted by relevance
16 struct bpf_map_info info_m = {}; in test_libbpf_get_fd_by_id_opts() local17 __u32 len = sizeof(info_m), value; in test_libbpf_get_fd_by_id_opts()33 &info_m, &len); in test_libbpf_get_fd_by_id_opts()37 fd = bpf_map_get_fd_by_id(info_m.id); in test_libbpf_get_fd_by_id_opts()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()