Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_verifier.c12598 int inner_map_fd, outer_map_fd; in create_map_in_map() local
12607 outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL, in create_map_in_map()
12609 if (outer_map_fd < 0) in create_map_in_map()
12615 return outer_map_fd; in create_map_in_map()