Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_offload.c57 struct tcphdr *th2; in __tcpv4_gso_segment_list_csum() local
63 th2 = tcp_hdr(seg->next); in __tcpv4_gso_segment_list_csum()
66 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) && in __tcpv4_gso_segment_list_csum()
71 th2 = tcp_hdr(seg); in __tcpv4_gso_segment_list_csum()
76 &th2->source, th->source); in __tcpv4_gso_segment_list_csum()
79 &th2->dest, th->dest); in __tcpv4_gso_segment_list_csum()
259 struct tcphdr *th2; in tcp_gro_lookup() local
266 th2 = tcp_hdr(p); in tcp_gro_lookup()
267 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) { in tcp_gro_lookup()
311 struct tcphdr *th2; in tcp_gro_receive() local
[all …]
/linux/net/ipv6/
H A Dtcpv6_offload.c114 struct tcphdr *th2; in __tcpv6_gso_segment_list_csum() local
120 th2 = tcp_hdr(seg->next); in __tcpv6_gso_segment_list_csum()
123 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) && in __tcpv6_gso_segment_list_csum()
129 th2 = tcp_hdr(seg); in __tcpv6_gso_segment_list_csum()
134 __tcpv6_gso_segment_csum(seg, &th2->source, th->source); in __tcpv6_gso_segment_list_csum()
135 __tcpv6_gso_segment_csum(seg, &th2->dest, th->dest); in __tcpv6_gso_segment_list_csum()
/linux/include/net/
H A Dgro.h480 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() argument
485 const void *nh2 = th2 - diff; in __gro_receive_network_flush()
493 static inline int gro_receive_network_flush(const void *th, const void *th2, in gro_receive_network_flush() argument
500 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, encap_mark); in gro_receive_network_flush()
502 …flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, false… in gro_receive_network_flush()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8998.c195 u32 th1, th2; in pll_get_post_div() local
212 th2 = rvar1; in pll_get_post_div()
217 (th2 >= th_min && th2 <= th_max)) { in pll_get_post_div()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys.h80 u8 th2; member
H A Dipu6-isys.c592 else if (calc_fill_time_us <= ltrdid.lut_fill_time.bits.th2) in update_watermark_setting()