Lines Matching refs:thlen
138 unsigned int thlen; in tcp_gso_segment() local
149 thlen = th->doff * 4; in tcp_gso_segment()
150 if (thlen < sizeof(*th)) in tcp_gso_segment()
156 if (!pskb_may_pull(skb, thlen)) in tcp_gso_segment()
160 __skb_pull(skb, thlen); in tcp_gso_segment()
194 delta = (__force __wsum)htonl(oldlen + thlen + mss); in tcp_gso_segment()
287 unsigned int thlen, hlen, off; in tcp_gro_pull_header() local
296 thlen = th->doff * 4; in tcp_gro_pull_header()
297 if (thlen < sizeof(*th)) in tcp_gro_pull_header()
300 hlen = off + thlen; in tcp_gro_pull_header()
307 skb_gro_pull(skb, thlen); in tcp_gro_pull_header()
315 unsigned int thlen = th->doff * 4; in tcp_gro_receive() local
337 for (i = sizeof(*th); i < thlen; i += 4) in tcp_gro_receive()