Searched refs:ruleList (Results 1 – 2 of 2) sorted by relevance
1145 std::string ruleList; in flushExistingCostlyTables() local1148 if (int ret = iptablesRestoreFunction(V4, fullCmd, &ruleList)) { in flushExistingCostlyTables()1153 parseAndFlushCostlyTables(ruleList, doClean); in flushExistingCostlyTables()1156 void BandwidthController::parseAndFlushCostlyTables(const std::string& ruleList, bool doRemove) { in parseAndFlushCostlyTables() argument1157 std::stringstream stream(ruleList); in parseAndFlushCostlyTables()
194 static void parseAndFlushCostlyTables(const std::string& ruleList, bool doRemove);