Searched refs:globalAlertBytes (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.cpp265 globalAlertBytes = 0;
539 if (globalAlertBytes) {
906 if (globalAlertBytes) {
915 globalAlertBytes = bytes;
931 if (!globalAlertBytes || globalAlertTetherCount != 1) {
936 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
945 if (!globalAlertBytes) {
949 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes);
951 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
953 globalAlertBytes
[all...]
H A DBandwidthController.h188 int64_t globalAlertBytes; member in class:BandwidthController

Completed in 582 milliseconds