Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
H A DApfTest.java267 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
276 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()
290 gen.addJumpIfR0EqualsR1(gen.DROP_LABEL); in testApfInstructions()
364 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
431 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
443 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()
469 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()
554 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()
854 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()
868 gen.addJump(gen.DROP_LABEL); in testApfDataBoundChecking()
[all …]
H A DBpf2Apf.java289 gen.addJump(gen.DROP_LABEL); in convertLine()
/aosp12/packages/modules/NetworkStack/src/android/net/apf/
H A DApfGenerator.java271 if (mTargetLabel == DROP_LABEL) { in calculateTargetLabelOffset()
310 public static final String DROP_LABEL = "__DROP__"; field in ApfGenerator
H A DApfFilter.java406 mCountAndDropLabel = ApfGenerator.DROP_LABEL; in ApfFilter()
1614 gen.addJump(gen.DROP_LABEL); in emitEpilogue()