Searched refs:mGlobalAlertBytes (Results 1 – 2 of 2) sorted by relevance
281 mGlobalAlertBytes = 0; in enableBandwidthControl()332 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceSharedQuota()438 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceQuota()566 if (mGlobalAlertBytes) { in setGlobalAlert()574 mGlobalAlertBytes = bytes; in setGlobalAlert()582 if (!mGlobalAlertBytes) { in removeGlobalAlert()588 res = runIptablesAlertCmd(IptOpDelete, alertName, mGlobalAlertBytes); in removeGlobalAlert()589 mGlobalAlertBytes = 0; in removeGlobalAlert()
122 int64_t mGlobalAlertBytes = 0; variable