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

/system/netd/
H A DBandwidthController.h123 const char *chain,
132 std::string makeIptablesSpecialAppCmd(IptOp op, int uid, const char *chain);
157 * fp should be a file to the apropriate FORWARD chain of iptables rules.
191 * The FORWARD chain is updated in the following cases:
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 54 milliseconds