Lines Matching full:packet
173 * Bail if this is an IP fragment or if the TCP packet isn't `compressible'
175 * the caller has already made sure the packet is IP proto TCP).
191 * Packet is compressible -- we're going to send either a COMPRESSED_TCP or
192 * UNCOMPRESSED_TCP packet. Either way we need to locate (or create) the
226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet
327 * Nothing changed. If this packet contains data and the last one didn't,
328 * this is probably a data packet following an ack (normal on an
343 * actual changes match one of our special case encodings -- send packet
376 * this packet's header.
382 * We want to use the original packet as our compressed packet. (cp -
386 * are needed. hlen is how many bytes of the original packet to toss so
387 * subtract the two to get the new packet size.
417 * Update connection state cs & send uncompressed packet ('uncompressed'
418 * means a regular ip/tcp packet but with the 'conversation id' we hope to
473 /* We've got a compressed packet. */
491 * this packet has an implicit state index. If we've had a line error
493 * the packet.
551 * At this point, cp points to the first byte of data in the packet.
553 * reconstructed header (we assume the packet we were handed has enough