Searched refs:th (Results 1 – 1 of 1) sorted by relevance
144 register struct tcp_hdr *th; in vj_compress_tcp() local166 th = (struct tcp_hdr *)&((long *)ip)[hlen]; in vj_compress_tcp()167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { in vj_compress_tcp()201 && *(long *)th == ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { in vj_compress_tcp()216 hlen += TCPH_HDRLEN(th); in vj_compress_tcp()239 hlen += TCPH_HDRLEN(th); in vj_compress_tcp()261 || TCPH_HDRLEN(th) != TCPH_HDRLEN(oth) in vj_compress_tcp()263 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()273 if (TCPH_FLAGS(th) & TCP_URG) { in vj_compress_tcp()[all …]