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

/system/netd/
H A DBandwidthController.h136 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
H A DBandwidthController.cpp870 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { function in class:BandwidthController
912 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
936 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
951 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
977 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);

Completed in 388 milliseconds