--- zzzz-none-000/linux-4.4.60/net/ipv6/ip6_offload.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/net/ipv6/ip6_offload.c 2021-02-04 17:41:59.000000000 +0000 @@ -222,7 +222,7 @@ continue; iph2 = (struct ipv6hdr *)(p->data + off); - first_word = *(__be32 *)iph ^ *(__be32 *)iph2; + first_word = net_hdr_word(iph) ^ net_hdr_word(iph2); /* All fields must match except length and Traffic Class. * XXX skbs on the gro_list have all been parsed and pulled