Searched refs:map2_id (Results 1 – 3 of 3) sorted by relevance
8 __u32 map1_id = 0, map2_id = 0; variable27 if (map->id != map1_id && map->id != map2_id) in dump_bpf_map()36 if (map->id == map2_id) { in dump_bpf_map()
25 int map1_fd, map2_fd, map3_fd, map4_fd, map5_fd, map1_id, map2_id; in test_lookup_update() local101 map2_id = bpf_map_id(skel->maps.inner_map2); in test_lookup_update()103 CHECK(map2_id == 0, "map2_id", "failed to get ID 2\n"); in test_lookup_update()123 fd = bpf_map_get_fd_by_id(map2_id); in test_lookup_update()
697 skel->bss->map2_id = map_info.id; in test_overflow()