Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp225 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()
DBandwidthController.h128 enum IptJumpOp { IptJumpReject, IptJumpReturn, IptJumpNoAdd }; enumerator