Lines Matching defs:th2
60 struct tcphdr *th2;
66 th2 = tcp_hdr(seg->next);
69 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) &&
74 th2 = tcp_hdr(seg);
79 &th2->source, th->source);
82 &th2->dest, th->dest);
266 struct tcphdr *th2;
273 th2 = tcp_hdr(p);
274 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
318 struct tcphdr *th2;
332 th2 = tcp_hdr(p);
334 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
336 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
339 *(u32 *)((u8 *)th2 + i);
341 flush |= gro_receive_network_flush(th, th2, p);
354 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
358 flush |= (__force int)(flags ^ tcp_flag_word(th2));
375 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);