Home | History | Annotate | Download | only in netd

Lines Matching refs:runIptablesAlertFwdCmd

773 int BandwidthController::runIptablesAlertFwdCmd(IptOp op, const char *alertName, int64_t bytes) {
815 res |= runIptablesAlertFwdCmd(IptOpInsert, alertName, bytes);
839 res = runIptablesAlertFwdCmd(IptOpInsert, alertName, globalAlertBytes);
854 res |= runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);
880 res = runIptablesAlertFwdCmd(IptOpDelete, alertName, globalAlertBytes);