Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/apf/
H A DApfFilter.java189 private final String mCountAndPassLabel; field in ApfFilter
400 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()
1274 gen.addJump(mCountAndPassLabel); in generateArpFilterLocked()
1320 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1362 gen.addJump(mCountAndPassLabel); in generateIPv4FilterLocked()
1449 gen.addJump(mCountAndPassLabel); in generateIPv6FilterLocked()
1455 gen.addJumpIfR0NotEquals(IPPROTO_ICMPV6, mCountAndPassLabel); in generateIPv6FilterLocked()
[all …]