Searched refs:runIptablesAlertFwdCmd (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 889 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()
|
D | BandwidthController.h | 137 int runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes);
|