Searched refs:BPFQueueStackTableBase (Results 1 – 1 of 1) sorted by relevance
40 class BPFQueueStackTableBase {59 explicit BPFQueueStackTableBase(const TableDesc& desc) : desc(desc) {} in BPFQueueStackTableBase() function166 class BPFQueueStackTable : public BPFQueueStackTableBase<void> {168 explicit BPFQueueStackTable(const TableDesc& desc) : BPFQueueStackTableBase(desc) { in BPFQueueStackTable()