hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/net/ipv4/gre_offload.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * IPV4 GSO/GRO offload support
34 * Linux INET implementation
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License
7
- * as published by the Free Software Foundation; either version
8
- * 2 of the License, or (at your option) any later version.
95 *
106 * GRE GSO support
117 */
....@@ -187,7 +183,7 @@
187183 if (skb_gro_checksum_simple_validate(skb))
188184 goto out_unlock;
189185
190
- skb_gro_checksum_try_convert(skb, IPPROTO_GRE, 0,
186
+ skb_gro_checksum_try_convert(skb, IPPROTO_GRE,
191187 null_compute_pseudo);
192188 }
193189