Lines Matching refs:thlen
60 unsigned int thlen; in tcp_gso_segment() local
70 thlen = th->doff * 4; in tcp_gso_segment()
71 if (thlen < sizeof(*th)) in tcp_gso_segment()
74 if (!pskb_may_pull(skb, thlen)) in tcp_gso_segment()
78 __skb_pull(skb, thlen); in tcp_gso_segment()
122 delta = htonl(oldlen + (thlen + mss)); in tcp_gso_segment()
185 unsigned int thlen; in tcp_gro_receive() local
202 thlen = th->doff * 4; in tcp_gro_receive()
203 if (thlen < sizeof(*th)) in tcp_gro_receive()
206 hlen = off + thlen; in tcp_gro_receive()
213 skb_gro_pull(skb, thlen); in tcp_gro_receive()
241 for (i = sizeof(*th); i < thlen; i += 4) in tcp_gro_receive()