Lines Matching full:we
203 /* TCP stack requires that we don't change the packet payload, therefore we copy in vj_compress_tcp()
214 * Packet is compressible -- we're going to send either a in vj_compress_tcp()
215 * COMPRESSED_TCP or UNCOMPRESSED_TCP packet. Either way we need in vj_compress_tcp()
218 * again & we don't have to do any reordering if it's used. in vj_compress_tcp()
232 * we want is almost always near the front, we locate in vj_compress_tcp()
233 * states via linear search. If we don't find a state in vj_compress_tcp()
252 * connection number we're using for this conversation. in vj_compress_tcp()
254 * state points to the newest and we only need to set in vj_compress_tcp()
278 * Make sure that only what we expect to change changed. The first in vj_compress_tcp()
285 * different between the previous & current datagram, we send the in vj_compress_tcp()
310 * doesn't prohibit the change so we have to deal in vj_compress_tcp()
343 * an ack (normal on an interactive connection) and we send in vj_compress_tcp()
391 * Grab the cksum before we overwrite it below. Then update our in vj_compress_tcp()
398 * We want to use the original packet as our compressed packet. in vj_compress_tcp()
399 * (cp - new_seq) is the number of bytes we need for compressed in vj_compress_tcp()
400 * sequence numbers. In addition we need one byte for the change in vj_compress_tcp()
411 /* Can we cope with this failing? Just assert for now */ in vj_compress_tcp()
420 /* Can we cope with this failing? Just assert for now */ in vj_compress_tcp()
434 * a regular ip/tcp packet but with the 'conversation id' we hope in vj_compress_tcp()
445 * Called when we may have missed a packet.
513 * If we have a good state index, clear the 'discard' flag. in vj_uncompress_tcp()
524 * this packet has an implicit state index. If we've in vj_uncompress_tcp()
525 * had a line error since the last time we got an in vj_uncompress_tcp()
526 * explicit state index, we have to toss the packet. in vj_uncompress_tcp()
596 * We must have dropped some characters (crc should detect in vj_uncompress_tcp()
623 /* Can we cope with this failing? Just assert for now */ in vj_uncompress_tcp()
632 /* If IP forwarding is enabled we are using a PBUF_LINK packet type so in vj_uncompress_tcp()
646 /* Can we cope with this failing? Just assert for now */ in vj_uncompress_tcp()