Searched refs:mCountAndDropLabel (Results 1 – 1 of 1) sorted by relevance
168 private final String mCountAndDropLabel; field in ApfFilter359 mCountAndDropLabel = "countAndDrop"; in ApfFilter()364 mCountAndDropLabel = ApfGenerator.DROP_LABEL; in ApfFilter()820 gen.addJump(mCountAndDropLabel); in generateFilterLocked()920 gen.addJumpIfR0Equals(IPV4_ANY_HOST_ADDRESS, mCountAndDropLabel); in generateArpFilterLocked()926 gen.addJumpIfBytesNotEqual(Register.R0, mIPv4Address, mCountAndDropLabel); in generateArpFilterLocked()983 gen.addJumpIfR0Equals(0xe0, mCountAndDropLabel); in generateIPv4FilterLocked()988 gen.addJumpIfR0Equals(IPV4_BROADCAST_ADDRESS, mCountAndDropLabel); in generateIPv4FilterLocked()992 gen.addJumpIfR0Equals(broadcastAddr, mCountAndDropLabel); in generateIPv4FilterLocked()1001 gen.addJump(mCountAndDropLabel); in generateIPv4FilterLocked()[all …]