Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h72 enum IptJumpOp { IptJumpReject, IptJumpReturn }; enum
127 static const char *jumpToString(IptJumpOp jumpHandling);
DTrafficController.h240 UidOwnerMatchType jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling);
DBandwidthController.cpp807 inline const char *BandwidthController::jumpToString(IptJumpOp jumpHandling) { in jumpToString()