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

/linux-master/net/ipv4/
H A Dtcp_offload.c57 struct tcphdr *th2; local
63 th2 = tcp_hdr(seg->next);
66 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) &&
71 th2 = tcp_hdr(seg);
76 &th2->source, th->source);
79 &th2->dest, th->dest);
250 struct tcphdr *th2; local
257 th2 = tcp_hdr(p);
258 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) {
302 struct tcphdr *th2; local
[all...]
/linux-master/net/ipv6/
H A Dtcpv6_offload.c114 struct tcphdr *th2; local
120 th2 = tcp_hdr(seg->next);
123 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) &&
129 th2 = tcp_hdr(seg);
134 __tcpv6_gso_segment_csum(seg, &th2->source, th->source);
135 __tcpv6_gso_segment_csum(seg, &th2->dest, th->dest);
/linux-master/include/net/
H A Dgro.h480 static inline int __gro_receive_network_flush(const void *th, const void *th2, argument
485 const void *nh2 = th2 - diff;
493 static inline int gro_receive_network_flush(const void *th, const void *th2, argument
500 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, encap_mark);
502 flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, false);
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys.h80 u8 th2; member in struct:ltr_did::__anon908::__anon909
H A Dipu6-isys.c592 else if (calc_fill_time_us <= ltrdid.lut_fill_time.bits.th2)

Completed in 125 milliseconds