Searched refs:quotaRule (Results 1 – 1 of 1) sorted by relevance
1472 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleExists() local1482 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleExists()1489 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleDoesNotExist() local1499 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleDoesNotExist()