Searched refs:addAllocate (Results 1 – 3 of 3) sorted by relevance
195 assertFailsWith<IllegalArgumentException> { gen.addAllocate(65536) } in testApfInstructionEncodingSizeCheck()196 assertFailsWith<IllegalArgumentException> { gen.addAllocate(-1) } in testApfInstructionEncodingSizeCheck()625 gen.addAllocate(1500) in testApfInstructionsEncoding()898 .addAllocate(14) in testWriteToTxBuffer()925 .addAllocate(14) in testCopyToTxBuffer()952 .addAllocate(18) in testCopyContentToTxBuffer()1451 .addAllocate(65535) in testAllocateFailure()1460 .addAllocate(14) in testTransmitFailure()1496 .addAllocate(etherIpv4UdpPacket.size) in testTransmitL4()
103 public final Type addAllocate(int size) { in addAllocate() method in ApfV6GeneratorBase
1641 v6Gen.addAllocate(60) in generateArpFilterLocked()1852 gen.addAllocate(pktLen); in generateNonDadNaTransmitLocked()