HomeSort by relevance Sort by last modified time
    Searched refs:globalAlertBytes (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.cpp 265 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 = 0
    [all...]