Searched refs:map1_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()31 if (map->id == map1_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() local100 map1_id = bpf_map_id(skel->maps.inner_map1); in test_lookup_update()102 CHECK(map1_id == 0, "map1_id", "failed to get ID 1\n"); in test_lookup_update()118 fd = bpf_map_get_fd_by_id(map1_id); in test_lookup_update()
510 skel->bss->map1_id = map_info.id; in test_overflow()