Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java267 gen.addJump(gen.DROP_LABEL); in testApfInstructions()
276 gen.addJumpIfR0Equals(0, gen.DROP_LABEL); in testApfInstructions()
281 gen.addJumpIfR0NotEquals(0, gen.DROP_LABEL); in testApfInstructions()
285 gen.addJumpIfR0NotEquals(0, gen.DROP_LABEL); in testApfInstructions()
290 gen.addJumpIfR0EqualsR1(gen.DROP_LABEL); in testApfInstructions()
295 gen.addJumpIfR0NotEqualsR1(gen.DROP_LABEL); in testApfInstructions()
299 gen.addJumpIfR0NotEqualsR1(gen.DROP_LABEL); in testApfInstructions()
305 gen.addJumpIfR0Equals(1234567890, gen.DROP_LABEL); in testApfInstructions()
311 gen.addJumpIfR0Equals(1234567890, gen.DROP_LABEL); in testApfInstructions()
317 gen.addJumpIfR0Equals(-1234567890, gen.DROP_LABEL); in testApfInstructions()
[all …]
DBpf2Apf.java289 gen.addJump(gen.DROP_LABEL); in convertLine()
/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java271 if (mTargetLabel == DROP_LABEL) { in calculateTargetLabelOffset()
310 public static final String DROP_LABEL = "__DROP__"; field in ApfGenerator
DApfFilter.java406 mCountAndDropLabel = ApfGenerator.DROP_LABEL; in ApfFilter()
1614 gen.addJump(gen.DROP_LABEL); in emitEpilogue()