Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp819 std::string ruleList; in flushExistingCostlyTables() local
822 if (int ret = iptablesRestoreFunction(V4, fullCmd, &ruleList)) { in flushExistingCostlyTables()
827 parseAndFlushCostlyTables(ruleList, doClean); in flushExistingCostlyTables()
830 void BandwidthController::parseAndFlushCostlyTables(const std::string& ruleList, bool doRemove) { in parseAndFlushCostlyTables() argument
831 std::stringstream stream(ruleList); in parseAndFlushCostlyTables()
DBandwidthController.h117 static void parseAndFlushCostlyTables(const std::string& ruleList, bool doRemove);