Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfV4Generator.java151 public ApfV4Generator addCountAndDropIfR0LessThan(long val, ApfCounterTracker.Counter cnt) { in addCountAndDropIfR0LessThan() method in ApfV4Generator
DApfV4GeneratorBase.java368 public abstract Type addCountAndDropIfR0LessThan(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0LessThan() method in ApfV4GeneratorBase
DApfV6GeneratorBase.java661 public final Type addCountAndDropIfR0LessThan(long val, ApfCounterTracker.Counter cnt) in addCountAndDropIfR0LessThan() method in ApfV6GeneratorBase
DApfFilter.java1931 .addCountAndDropIfR0LessThan(24, DROPPED_IPV6_NS_INVALID); in generateNsFilterLocked()
2263 gen.addCountAndDropIfR0LessThan(ETH_TYPE_MIN, Counter.DROPPED_802_3_FRAME); in emitPrologueLocked()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt364 gen.addCountAndDropIfR0LessThan(3, PASSED_ARP) in testApfInstructionEncodingSizeCheck()
464 v4gen.addCountAndDropIfR0LessThan(3, PASSED_ARP) in testApfInstructionEncodingSizeCheck()
1087 .addCountAndDropIfR0LessThan(124, Counter.DROPPED_ETH_BROADCAST) in doTestCountAndPassDropCompareR0()
DApfTest.java3679 gen.addCountAndDropIfR0LessThan(0x600, getCounterEnumFromOffset(-108)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()
3793 gen.addCountAndDropIfR0LessThan(0x600, getCounterEnumFromOffset(-120)); in testInfiniteLifetimeFullApfV4ProgramGeneration()