Searched refs:deltaS (Results 1 – 1 of 1) sorted by relevance
167 register uint_t deltaS; in vj_compress_tcp() local279 deltaS = hlen; in vj_compress_tcp()285 (deltaS > 5 && in vj_compress_tcp()286 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in vj_compress_tcp()301 deltaS = ntohs(th->th_urp); in vj_compress_tcp()303 ENCODEZ(deltaS); in vj_compress_tcp()318 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) { in vj_compress_tcp()319 ENCODE(deltaS); in vj_compress_tcp()334 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) { in vj_compress_tcp()335 if (deltaS > 0xffff) { in vj_compress_tcp()[all …]