]> www.infradead.org Git - users/hch/misc.git/commit
icmp: reflect tos through ip cookie rather than updating inet_sk
authorWillem de Bruijn <willemb@google.com>
Fri, 14 Feb 2025 22:27:02 +0000 (17:27 -0500)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Feb 2025 02:27:20 +0000 (18:27 -0800)
commite8485911050a60091d1bf51a162f0a2654729fad
tree26af08dbe89c1e0ca8df9b7215fab94383b3fce0
parent9329b58395e51bba9c847419cc4ba176df3dd2b7
icmp: reflect tos through ip cookie rather than updating inet_sk

Do not modify socket fields if it can be avoided.

The current code predates the introduction of ip cookies in commit
aa6615814533 ("ipv4: processing ancillary IP_TOS or IP_TTL"). Now that
cookies exist and support tos, update that field directly.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20250214222720.3205500-6-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/icmp.c