Searched refs:mGlobalAlertBytes (Results 1 – 2 of 2) sorted by relevance
319 mGlobalAlertBytes = 0; in enableBandwidthControl()435 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceSharedQuota()547 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceQuota()675 if (mGlobalAlertBytes) { in setGlobalAlert()683 mGlobalAlertBytes = bytes; in setGlobalAlert()691 if (!mGlobalAlertBytes) { in removeGlobalAlert()697 res = runIptablesAlertCmd(IptOpDelete, alertName, mGlobalAlertBytes); in removeGlobalAlert()698 mGlobalAlertBytes = 0; in removeGlobalAlert()
139 int64_t mGlobalAlertBytes = 0; variable