Eric Dumazet b9e8104058 tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
tcp_v6_init_req() reads TCP_SKB_CB(skb)->tcp_tw_isn to find
out if the request socket is created by a SYN hitting a TIMEWAIT socket.

This has been buggy for a decade, lets directly pass the information
from tcp_conn_request().

This is a preparatory patch to make the following one easier to review.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-04-09 11:47:40 +02:00
..
2024-04-08 11:56:56 +01:00
2024-02-20 15:32:45 +01:00
2024-01-11 10:07:29 -08:00
2024-04-03 19:36:57 -07:00
2024-03-29 15:03:11 -07:00
2024-03-29 15:03:11 -07:00
2024-03-28 14:35:32 -07:00
2024-04-03 19:36:57 -07:00
2024-03-02 20:50:59 -08:00
2024-01-31 16:41:16 -08:00