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.cpp772 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { function in class:BandwidthController
813 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
837 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
852 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
878 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);

Completed in 22 milliseconds