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

/system/netd/
H A DBandwidthController.h119 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
H A DBandwidthController.cpp773 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { function in class:BandwidthController
815 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
839 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
854 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
880 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);

Completed in 104 milliseconds