Searched refs:th2 (Results 1 – 1 of 1) sorted by relevance
189 struct tcphdr *th2; in tcp_gro_receive() local225 th2 = tcp_hdr(p); in tcp_gro_receive()227 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) { in tcp_gro_receive()241 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()243 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive()246 *(u32 *)((u8 *)th2 + i); in tcp_gro_receive()270 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()280 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()