Searched refs:_map_in_map_batch_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/map_tests/ |
D | map_in_map_batch_ops.c | 187 static void _map_in_map_batch_ops(enum bpf_map_type outer_map_type, in _map_in_map_batch_ops() function 262 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_ARRAY, false); in test_map_in_map_batch_ops_array() 264 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_HASH, false); in test_map_in_map_batch_ops_array() 266 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_ARRAY, true); in test_map_in_map_batch_ops_array() 268 _map_in_map_batch_ops(BPF_MAP_TYPE_ARRAY_OF_MAPS, BPF_MAP_TYPE_HASH, true); in test_map_in_map_batch_ops_array() 274 _map_in_map_batch_ops(BPF_MAP_TYPE_HASH_OF_MAPS, BPF_MAP_TYPE_ARRAY, false); in test_map_in_map_batch_ops_hash() 276 _map_in_map_batch_ops(BPF_MAP_TYPE_HASH_OF_MAPS, BPF_MAP_TYPE_HASH, false); in test_map_in_map_batch_ops_hash()
|