Home
last modified time | relevance | path

Searched refs:th2 (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_offload.c60 struct tcphdr *th2; in __tcpv4_gso_segment_list_csum() local
66 th2 = tcp_hdr(seg->next); in __tcpv4_gso_segment_list_csum()
69 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) && in __tcpv4_gso_segment_list_csum()
74 th2 = tcp_hdr(seg); in __tcpv4_gso_segment_list_csum()
79 &th2->source, th->source); in __tcpv4_gso_segment_list_csum()
82 &th2->dest, th->dest); in __tcpv4_gso_segment_list_csum()
267 struct tcphdr *th2; in tcp_gro_lookup() local
274 th2 = tcp_hdr(p); in tcp_gro_lookup()
275 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) { in tcp_gro_lookup()
292 struct tcphdr *th2; in tcp_gro_receive() local
[all …]
/linux/net/ipv6/
H A Dtcpv6_offload.c120 struct tcphdr *th2; in __tcpv6_gso_segment_list_csum() local
126 th2 = tcp_hdr(seg->next); in __tcpv6_gso_segment_list_csum()
129 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) && in __tcpv6_gso_segment_list_csum()
135 th2 = tcp_hdr(seg); in __tcpv6_gso_segment_list_csum()
139 &th2->source, th->source); in __tcpv6_gso_segment_list_csum()
141 &th2->dest, th->dest); in __tcpv6_gso_segment_list_csum()
/linux/include/net/
H A Dgro.h475 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() argument
480 const void *nh2 = th2 - diff; in __gro_receive_network_flush()
488 static inline int gro_receive_network_flush(const void *th, const void *th2, in gro_receive_network_flush() argument
494 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, false); in gro_receive_network_flush()
496 …flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, true); in gro_receive_network_flush()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8998.c194 u32 th1, th2; in pll_get_post_div() local
211 th2 = rvar1; in pll_get_post_div()
216 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()