Searched defs:chain (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp68 * - quota'd rules in the costly chain should be before bw_penalty_box lookups.
73 * - global quota for all costly interfaces uses a single costly chain:
299 std::string BandwidthController::makeIptablesSpecialAppCmd(IptOp op, int uid, const char *chain) { argument
309 ALOGE("Append op not supported for %s uids", chain);
321 asprintf(&buff, "%s %s -m owner --uid-owner %d", opFlag, chain, uid);
400 const char *chain,
430 ALOGE(failLogTemplate, appStrUids[uidNum], appUids[uidNum], chain);
457 iptCmd = makeIptablesSpecialAppCmd(op, uid, chain);
459 ALOGE(failLogTemplate, appStrUids[uidNum], uid, chain);
467 iptCmd = makeIptablesSpecialAppCmd(IptOpDelete, appUids[uidNum], chain);
399 manipulateSpecialApps(int numUids, char *appStrUids[], const char *chain, std::list<int > &specialAppUids, IptJumpOp jumpHandling, SpecialAppOp appOp) argument
[all...]

Completed in 575 milliseconds