Searched refs:get_map_in_map_table (Results 1 – 2 of 2) sorted by relevance
66 auto t = bpf.get_map_in_map_table<int>("maps_hash");168 auto t = bpf.get_map_in_map_table<struct custom_key>("maps_hash");274 auto t = bpf.get_map_in_map_table<int>("maps_array");
298 BPFMapInMapTable<KeyType> get_map_in_map_table(const std::string& name){ in get_map_in_map_table() function