Searched refs:hash_malloc_map (Results 1 – 2 of 2) sorted by relevance
25 struct hash_malloc_map { struct31 } hash_malloc_map SEC(".maps");53 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_ARRAY_OF_MAPS, hash_malloc_map, array_of_hash_malloc_maps);57 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_HASH_OF_MAPS, hash_malloc_map, hash_of_hash_malloc_maps);154 TEST(hash_malloc_map); in test_map_kptr()
123 ret = bpf_map__update_elem(skel->maps.hash_malloc_map, in test_map_kptr_success()126 ret = bpf_map__delete_elem(skel->maps.hash_malloc_map, &key, sizeof(key), 0); in test_map_kptr_success()