Searched refs:IptJumpReject (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 306 "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()
|
D | BandwidthController.h | 128 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator
|