Home
last modified time | relevance | path

Searched refs:map5_fd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_map_in_map.c25 int map1_fd, map2_fd, map3_fd, map4_fd, map5_fd, map1_id, map2_id; in test_lookup_update() local
42 map5_fd = bpf_map__fd(skel->maps.inner_map5); in test_lookup_update()
74 bpf_map_update_elem(outer_arr_dyn_fd, &key, &map5_fd, 0); in test_lookup_update()
77 bpf_map_lookup_elem(map5_fd, &key, &val); in test_lookup_update()
92 val = i % 2 ? map4_fd : map5_fd; in test_lookup_update()