Searched refs:BPFMapInMapTable (Results 1 – 2 of 2) sorted by relevance
231 BPFMapInMapTable<KeyType> get_map_in_map_table(const std::string& name){ in get_map_in_map_table()234 return BPFMapInMapTable<KeyType>(it->second); in get_map_in_map_table()235 return BPFMapInMapTable<KeyType>({}); in get_map_in_map_table()
486 class BPFMapInMapTable : public BPFTableBase<KeyType, int> {488 BPFMapInMapTable(const TableDesc& desc) : BPFTableBase<KeyType, int>(desc) { in BPFMapInMapTable() function