Searched refs:BPFCgStorageTable (Results 1 – 2 of 2) sorted by relevance
181 BPFCgStorageTable<ValueType> get_cg_storage_table(const std::string& name) { in get_cg_storage_table()184 return BPFCgStorageTable<ValueType>(it->second); in get_cg_storage_table()185 return BPFCgStorageTable<ValueType>({}); in get_cg_storage_table()
611 class BPFCgStorageTable : public BPFTableBase<int, ValueType> {613 BPFCgStorageTable(const TableDesc& desc) : BPFTableBase<int, ValueType>(desc) { in BPFCgStorageTable() function