Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp936 char *chainNameAndPos; in setCostlyAlert() local
948 asprintf(&chainNameAndPos, "costly_%s %d", costName, ALERT_RULE_POS_IN_COSTLY_CHAIN); in setCostlyAlert()
949 asprintf(&alertQuotaCmd, ALERT_IPT_TEMPLATE, "", "-I", chainNameAndPos, bytes, alertName); in setCostlyAlert()
952 free(chainNameAndPos); in setCostlyAlert()