Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp889 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertFwdCmd() function in BandwidthController
931 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes); in setGlobalAlert()
955 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes); in setGlobalAlertInForwardChain()
970 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlert()
996 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlertInForwardChain()
DBandwidthController.h137 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);