Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 aa66158 ("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>
- Loading branch information