Searched refs:sharedQuotaBytes (Results 1 – 2 of 2) sorted by relevance
271 sharedQuotaBytes = sharedAlertBytes = 0; in enableBandwidthControl()637 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()643 if (maxBytes != sharedQuotaBytes) { in setInterfaceSharedQuota()649 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()694 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()696 sharedQuotaBytes = 0; in removeInterfaceSharedQuota()1001 if (!sharedQuotaBytes) { in setSharedAlert()
187 int64_t sharedQuotaBytes; variable