Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h139 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
DBandwidthController.cpp822 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() function in BandwidthController
893 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes); in setGlobalAlert()
933 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlert()