Home
last modified time | relevance | path

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

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