Home
last modified time | relevance | path

Searched hist:"6 f8a76f8022121f7e4dc9cc29da7fb716b7db45f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dsyncookies.cdiff 6f8a76f8022121f7e4dc9cc29da7fb716b7db45f Mon Jun 05 16:55:30 CDT 2023 Guillaume Nault <gnault@redhat.com> tcp: Set route scope properly in cookie_v4_check().

RT_CONN_FLAGS(sk) overloads flowi4_tos with the RTO_ONLINK bit when
sk has the SOCK_LOCALROUTE flag set. This allows
ip_route_output_key_hash() to eventually adjust flowi4_scope.

Instead of relying on special handling of the RTO_ONLINK bit, we can
just set the route scope correctly. This will eventually allow to avoid
special interpretation of tos variables and to convert ->flowi4_tos to
dscp_t.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>