Home | History | Annotate | Download | only in netd

Lines Matching refs:runIptablesAlertCmd

838 int BandwidthController::runIptablesAlertCmd(IptOp op, const char *alertName, int64_t bytes) {
909 res = runIptablesAlertCmd(IptOpInsert, alertName, bytes);
949 res = runIptablesAlertCmd(IptOpDelete, alertName, globalAlertBytes);