commit | ec84c955a0d06cef31664bae328d94be7a3e2f03 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Jan 28 10:58:32 2023 -0500 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Feb 01 20:54:27 2023 -0800 |
tree | 6a275db576a14674838056a063bbd41a78000b82 | |
parent | 46abd17302ba6be2e06818088e40a568e8f9e7af [diff] |
openvswitch: use skb_ip_totlen in conntrack IPv4 GSO packets may get processed in ovs_skb_network_trim(), and we need to use skb_ip_totlen() to get iph totlen. Signed-off-by: Xin Long <lucien.xin@gmail.com> Reviewed-by: Aaron Conole <aconole@redhat.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>