Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dmap_kptr.c40 #define DEFINE_MAP_OF_MAP(map_type, inner_map_type, name) \ argument
46 __array(values, struct inner_map_type); \
48 .values = { [0] = &inner_map_type }, \
/linux-6.1.9/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c187 enum bpf_map_type inner_map_type) in _map_in_map_batch_ops() argument
203 create_inner_maps(inner_map_type, inner_map_fds); in _map_in_map_batch_ops()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c38 static enum bpf_map_type inner_map_type; variable
70 inner_map_type = inner_type; in create_maps()
804 maptype_str(inner_map_type), in test_config()