Searched refs:alertQuotaCmd (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 825 char *alertQuotaCmd; in runIptablesAlertCmd() local 843 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_INPUT", in runIptablesAlertCmd() 845 res |= runIpxtablesCmd(alertQuotaCmd, IptJumpNoAdd); in runIptablesAlertCmd() 846 free(alertQuotaCmd); in runIptablesAlertCmd() 847 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_OUTPUT", in runIptablesAlertCmd() 849 res |= runIpxtablesCmd(alertQuotaCmd, IptJumpNoAdd); in runIptablesAlertCmd() 850 free(alertQuotaCmd); in runIptablesAlertCmd() 857 char *alertQuotaCmd; in runIptablesAlertFwdCmd() local 875 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, opFlag, "bw_FORWARD", in runIptablesAlertFwdCmd() 877 res = runIpxtablesCmd(alertQuotaCmd, IptJumpNoAdd); in runIptablesAlertFwdCmd() [all …]
|