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

/system/netd/server/
H A DBandwidthController.cpp854 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { function in class:BandwidthController
896 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
920 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
935 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
961 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
H A DBandwidthController.h151 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);

Completed in 7 milliseconds