Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfV4Generator.java160 public ApfV4Generator addCountAndPassIfR0LessThan(long val, ApfCounterTracker.Counter cnt) { in addCountAndPassIfR0LessThan() method in ApfV4Generator
DApfV4GeneratorBase.java376 public abstract Type addCountAndPassIfR0LessThan(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0LessThan() method in ApfV4GeneratorBase
DApfV6GeneratorBase.java671 public final Type addCountAndPassIfR0LessThan(long val, ApfCounterTracker.Counter cnt) in addCountAndPassIfR0LessThan() method in ApfV6GeneratorBase
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt367 gen.addCountAndPassIfR0LessThan(3, DROPPED_ETH_BROADCAST) in testApfInstructionEncodingSizeCheck()
467 v4gen.addCountAndPassIfR0LessThan(3, DROPPED_ETH_BROADCAST) in testApfInstructionEncodingSizeCheck()
1101 .addCountAndPassIfR0LessThan(124, Counter.PASSED_ARP) in doTestCountAndPassDropCompareR0()