Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.h118 int runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes);
DBandwidthController.cpp740 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) { in runIptablesAlertCmd() function in BandwidthController
810 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes); in setGlobalAlert()
850 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes); in removeGlobalAlert()