Searched refs:mCountAndPassLabel (Results 1 – 1 of 1) sorted by relevance
189 private final String mCountAndPassLabel; field in ApfFilter400 mCountAndPassLabel = "countAndPass"; in ApfFilter()405 mCountAndPassLabel = ApfGenerator.PASS_LABEL; in ApfFilter()1240 gen.addJumpIfBytesNotEqual(Register.R0, ARP_IPV4_HEADER, mCountAndPassLabel); in generateArpFilterLocked()1246 gen.addJumpIfR0NotEquals(ARP_OPCODE_REPLY, mCountAndPassLabel); in generateArpFilterLocked()1256 gen.addJumpIfBytesNotEqual(Register.R0, ETHER_BROADCAST, mCountAndPassLabel); in generateArpFilterLocked()1274 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()1320 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()1352 gen.addJumpIfBytesNotEqual(Register.R0, ETHER_BROADCAST, mCountAndPassLabel); in generateIPv4FilterLocked()1362 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()[all …]