th2               185 net/ipv4/tcp_offload.c 	struct tcphdr *th2;
th2               224 net/ipv4/tcp_offload.c 		th2 = tcp_hdr(p);
th2               226 net/ipv4/tcp_offload.c 		if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
th2               240 net/ipv4/tcp_offload.c 	flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
th2               242 net/ipv4/tcp_offload.c 	flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
th2               245 net/ipv4/tcp_offload.c 			 *(u32 *)((u8 *)th2 + i);
th2               261 net/ipv4/tcp_offload.c 	flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
th2               271 net/ipv4/tcp_offload.c 	tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);