Searched refs:totalLimit (Results 1 – 2 of 2) sorted by relevance
56 BpfHandler(uint32_t perUidLimit, uint32_t totalLimit);
186 BpfHandler::BpfHandler(uint32_t perUidLimit, uint32_t totalLimit) in BpfHandler() argument187 : mPerUidStatsEntriesLimit(perUidLimit), mTotalUidStatsEntriesLimit(totalLimit) {} in BpfHandler()