Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp961 char *chainName; in removeCostlyAlert() local
971 asprintf(&chainName, "costly_%s", costName); in removeCostlyAlert()
972 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, "", "-D", chainName, *alertBytes, alertName); in removeCostlyAlert()
975 free(chainName); in removeCostlyAlert()