Searched refs:th2 (Results 1 – 2 of 2) sorted by relevance
60 struct tcphdr *th2; in __tcpv4_gso_segment_list_csum() local66 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() local273 th2 = tcp_hdr(p); in tcp_gro_lookup()318 struct tcphdr *th2; in tcp_gro_receive() local332 th2 = tcp_hdr(p); in tcp_gro_receive()339 *(u32 *)((u8 *)th2 + i); in tcp_gro_receive()[all …]
123 struct tcphdr *th2; in __tcpv6_gso_segment_list_csum() local129 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