Searched refs:inner_map_type (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | access_map_in_map.c | 9 struct inner_map_type { struct 21 __array(values, struct inner_map_type); 33 __array(values, struct inner_map_type);
|
H A D | syscall.c | 44 struct inner_map_type { struct 56 __array(values, struct inner_map_type);
|
H A D | map_kptr.c | 98 #define DEFINE_MAP_OF_MAP(map_type, inner_map_type, name) \ argument 104 __array(values, struct inner_map_type); \ 106 .values = { [0] = &inner_map_type }, \
|
/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 188 enum bpf_map_type inner_map_type, in _map_in_map_batch_ops() argument 205 create_inner_maps(inner_map_type, inner_map_fds); in _map_in_map_batch_ops()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 38 static enum bpf_map_type inner_map_type; variable 68 inner_map_type = inner_type; in create_maps() 795 maptype_str(inner_map_type), in test_config()
|