Searched refs:IptJumpOp (Results 1 – 3 of 3) sorted by relevance
72 enum IptJumpOp { IptJumpReject, IptJumpReturn }; enum127 static const char *jumpToString(IptJumpOp jumpHandling);
240 UidOwnerMatchType jumpOpToMatch(BandwidthController::IptJumpOp jumpHandling);
807 inline const char *BandwidthController::jumpToString(IptJumpOp jumpHandling) { in jumpToString()