Searched refs:IptJumpReject (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | BandwidthController.cpp | 225 case IptJumpReject: in runIptablesCmd() 311 enable ? IptJumpReject : IptJumpReturn, IptFailShow); in enableDataSaver() 375 return manipulateSpecialApps(numUids, appStrUids, "bw_penalty_box", IptJumpReject, appOp); in manipulateNaughtyApps() 599 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceSharedQuota() 662 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in removeInterfaceSharedQuota() 714 res |= runIpxtablesCmd(quotaCmd.c_str(), IptJumpReject); in setInterfaceQuota()
|
D | BandwidthController.h | 128 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator
|