Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp566 std::string quotaCmd; in setInterfaceSharedQuota() local
598 quotaCmd = makeIptablesQuotaCmd(IptOpInsert, costName, maxBytes); in setInterfaceSharedQuota()
599 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceSharedQuota()
660 std::string quotaCmd; in removeInterfaceSharedQuota() local
661 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()
662 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in removeInterfaceSharedQuota()
678 std::string quotaCmd; in setInterfaceQuota() local
713 quotaCmd = makeIptablesQuotaCmd(IptOpAppend, costName, maxBytes); in setInterfaceQuota()
714 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceQuota()