Searched refs:th2 (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp_offload.c | 60 struct tcphdr *th2; in __tcpv4_gso_segment_list_csum() local 66 th2 = tcp_hdr(seg->next); 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() 266 struct tcphdr *th2; in tcp_gro_lookup() local 273 th2 = tcp_hdr(p); in tcp_gro_lookup() 318 struct tcphdr *th2; in tcp_gro_receive() local 332 th2 = tcp_hdr(p); in tcp_gro_receive() 339 *(u32 *)((u8 *)th2 + i); in tcp_gro_receive() [all …]
|
| /linux-6.15/net/ipv6/ |
| H A D | tcpv6_offload.c | 123 struct tcphdr *th2; in __tcpv6_gso_segment_list_csum() local 129 th2 = tcp_hdr(seg->next); in __tcpv6_gso_segment_list_csum() 132 if (!(*(const u32 *)&th->source ^ *(const u32 *)&th2->source) && in __tcpv6_gso_segment_list_csum() 138 th2 = tcp_hdr(seg); in __tcpv6_gso_segment_list_csum() 142 &th2->source, th->source); in __tcpv6_gso_segment_list_csum() 144 &th2->dest, th->dest); in __tcpv6_gso_segment_list_csum()
|
| /linux-6.15/include/net/ |
| H A D | gro.h | 483 static inline int __gro_receive_network_flush(const void *th, const void *th2, in __gro_receive_network_flush() argument 488 const void *nh2 = th2 - diff; in __gro_receive_network_flush() 496 static inline int gro_receive_network_flush(const void *th, const void *th2, in gro_receive_network_flush() argument 503 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, encap_mark); in gro_receive_network_flush() 505 …flush |= __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->inner_network_offset, false… in gro_receive_network_flush()
|
| /linux-6.15/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_phy_8998.c | 194 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()
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys.h | 80 u8 th2; member
|
| H A D | ipu6-isys.c | 593 else if (calc_fill_time_us <= ltrdid.lut_fill_time.bits.th2) in update_watermark_setting()
|