Searched refs:deltaS (Results 1 – 1 of 1) sorted by relevance
165 register uint_t deltaS; in vj_compress_tcp() local277 deltaS = hlen; in vj_compress_tcp()283 (deltaS > 5 && in vj_compress_tcp()284 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in vj_compress_tcp()299 deltaS = ntohs(th->th_urp); in vj_compress_tcp()301 ENCODEZ(deltaS); in vj_compress_tcp()316 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) { in vj_compress_tcp()317 ENCODE(deltaS); in vj_compress_tcp()332 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) { in vj_compress_tcp()333 if (deltaS > 0xffff) { in vj_compress_tcp()[all …]