Searched refs:sharedQuotaIfaces (Results 1 – 2 of 2) sorted by relevance
292 sharedQuotaIfaces.clear(); in enableBandwidthControl()590 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) { in setInterfaceSharedQuota()595 if (it == sharedQuotaIfaces.end()) { in setInterfaceSharedQuota()597 if (sharedQuotaIfaces.empty()) { in setInterfaceSharedQuota()606 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()647 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) { in removeInterfaceSharedQuota()651 if (it == sharedQuotaIfaces.end()) { in removeInterfaceSharedQuota()657 sharedQuotaIfaces.erase(it); in removeInterfaceSharedQuota()659 if (sharedQuotaIfaces.empty()) { in removeInterfaceSharedQuota()
209 std::list<std::string> sharedQuotaIfaces; variable