Searched refs:th2 (Results 1 - 1 of 1) sorted by path

/linux-master/net/ipv4/
H A Dtcp_offload.c186 struct tcphdr *th2; local
222 th2 = tcp_hdr(p);
224 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
238 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
240 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
243 *(u32 *)((u8 *)th2 + i);
267 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
277 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH);

Completed in 166 milliseconds