Home
last modified time | relevance | path

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

/net/ipv4/
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()
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 …]
/net/ipv6/
A Dtcpv6_offload.c123 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()

Completed in 5 milliseconds