Searched refs:sharedQuotaBytes (Results 1 – 2 of 2) sorted by relevance
250 sharedQuotaBytes = sharedAlertBytes = 0; in enableBandwidthControl()541 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()547 if (maxBytes != sharedQuotaBytes) { in setInterfaceSharedQuota()553 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()596 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()598 sharedQuotaBytes = 0; in removeInterfaceSharedQuota()883 if (!sharedQuotaBytes) { in setSharedAlert()
149 int64_t sharedQuotaBytes; variable