Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthControllerTest.cpp313 const std::vector<std::string> makeInterfaceQuotaCommands(const std::string& iface, int ruleIndex, in makeInterfaceQuotaCommands() argument
322 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands()
323 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceQuotaCommands()
370 int ruleIndex, int64_t quota, in makeInterfaceSharedQuotaCommands() argument
377 StringPrintf("-I bw_INPUT %d -i %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceSharedQuotaCommands()
378 StringPrintf("-I bw_OUTPUT %d -o %s -j %s", ruleIndex, c_iface, c_chain), in makeInterfaceSharedQuotaCommands()