Searched refs:th2 (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_offload.c | 57 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 D | tcpv6_offload.c | 114 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 D | gro.h | 480 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 D | hdmi_phy_8998.c | 195 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 D | ipu6-isys.h | 80 u8 th2; member
|
H A D | ipu6-isys.c | 592 else if (calc_fill_time_us <= ltrdid.lut_fill_time.bits.th2) in update_watermark_setting()
|