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

/system/netd/server/
H A DBandwidthController.cpp269 globalAlertBytes = 0;
542 if (globalAlertBytes) {
925 if (globalAlertBytes) {
934 globalAlertBytes = bytes;
950 if (!globalAlertBytes || globalAlertTetherCount != 1) {
955 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
964 if (!globalAlertBytes) {
968 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes);
970 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
972 globalAlertBytes
[all...]
H A DBandwidthController.h189 int64_t globalAlertBytes; member in class:BandwidthController

Completed in 426 milliseconds