Searched refs:thlen (Results 1 – 1 of 1) sorted by relevance
172 register uint_t thlen; in vj_compress_tcp() local190 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp()191 if (thlen > mlen) { in vj_compress_tcp()356 ntohs(cs->cs_ip.ip_len) == thlen) { in vj_compress_tcp()375 deltaS == ntohs(cs->cs_ip.ip_len) - thlen) { in vj_compress_tcp()388 if (deltaS == ntohs(cs->cs_ip.ip_len) - thlen) { in vj_compress_tcp()417 BCOPY(ip, &cs->cs_ip, thlen); in vj_compress_tcp()435 thlen -= deltaS + 4; in vj_compress_tcp()437 *vjhdrp = (cp += thlen); in vj_compress_tcp()442 thlen -= deltaS + 3; in vj_compress_tcp()[all …]