Home
last modified time | relevance | path

Searched refs:BPFMapInMapTable (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPF.h231 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()
DBPFTable.h486 class BPFMapInMapTable : public BPFTableBase<KeyType, int> {
488 BPFMapInMapTable(const TableDesc& desc) : BPFTableBase<KeyType, int>(desc) { in BPFMapInMapTable() function