Searched refs:mCountAndPassLabel (Results 1 – 1 of 1) sorted by relevance
186 private final String mCountAndPassLabel; field in ApfFilter399 mCountAndPassLabel = "countAndPass"; in ApfFilter()404 mCountAndPassLabel = ApfGenerator.PASS_LABEL; in ApfFilter()1239 gen.addJumpIfBytesNotEqual(Register.R0, ARP_IPV4_HEADER, mCountAndPassLabel); in generateArpFilterLocked()1245 gen.addJumpIfR0NotEquals(ARP_OPCODE_REPLY, mCountAndPassLabel); in generateArpFilterLocked()1255 gen.addJumpIfBytesNotEqual(Register.R0, ETH_BROADCAST_MAC_ADDRESS, mCountAndPassLabel); in generateArpFilterLocked()1273 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()1319 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1351 gen.addJumpIfBytesNotEqual(Register.R0, ETH_BROADCAST_MAC_ADDRESS, mCountAndPassLabel); in generateIPv4FilterLocked()1361 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()[all …]