Searched refs:costlyIfaceName (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 1295 char costlyIfaceName[MAX_IPT_OUTPUT_LINE_LEN]; in parseAndFlushCostlyTables() local 1300 costlyIfaceName[0] = '\0'; /* So that debugging output always works */ in parseAndFlushCostlyTables() 1301 res = sscanf(buffPtr, "-N bw_costly_%s", costlyIfaceName); in parseAndFlushCostlyTables() 1303 costlyIfaceName, buffPtr); in parseAndFlushCostlyTables() 1308 if (!strcmp(costlyIfaceName, "shared")) { in parseAndFlushCostlyTables() 1312 snprintf(cmd, sizeof(cmd), "-F bw_costly_%s", costlyIfaceName); in parseAndFlushCostlyTables() 1315 snprintf(cmd, sizeof(cmd), "-X bw_costly_%s", costlyIfaceName); in parseAndFlushCostlyTables()
|