Searched refs:deltaL (Results 1 – 1 of 1) sorted by relevance
146 register u_long deltaL; in vj_compress_tcp() local290 if ((deltaL = ntohl(th->ackno) - ntohl(oth->ackno)) != 0) { in vj_compress_tcp()291 if (deltaL > 0xffff) { in vj_compress_tcp()294 deltaA = (u_short)deltaL; in vj_compress_tcp()299 if ((deltaL = ntohl(th->seqno) - ntohl(oth->seqno)) != 0) { in vj_compress_tcp()300 if (deltaL > 0xffff) { in vj_compress_tcp()303 deltaS = (u_short)deltaL; in vj_compress_tcp()