Searched defs:runIptablesAlertCmd (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp740 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { function in class:BandwidthController
810 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes);
850 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes);

Completed in 5 milliseconds