Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp306 "COMMIT\n", jumpToString(enable ? IptJumpReject : IptJumpReturn)); in enableDataSaver()
343 return manipulateSpecialApps(numUids, appStrUids, "bw_penalty_box", IptJumpReject, op); in manipulateNaughtyApps()
516 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceSharedQuota()
579 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in removeInterfaceSharedQuota()
631 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceQuota()
1205 case IptJumpReject: in jumpToString()
DBandwidthController.h128 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator