outer_map_fd      473 tools/testing/selftests/bpf/test_verifier.c 	int inner_map_fd, outer_map_fd;
outer_map_fd      484 tools/testing/selftests/bpf/test_verifier.c 	outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL,
outer_map_fd      486 tools/testing/selftests/bpf/test_verifier.c 	if (outer_map_fd < 0) {
outer_map_fd      495 tools/testing/selftests/bpf/test_verifier.c 	return outer_map_fd;