net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too
authorAntoine Tenart <atenart@kernel.org>
Tue, 23 May 2023 16:14:51 +0000 (18:14 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 25 May 2023 11:20:45 +0000 (13:20 +0200)
commit4fbfde4e272065943cbcf2d016f0679456cb4f75
tree8fa0143b501d09751087f8d27236b19c6bdd2e6a
parentae4899bb486f73e6d3d55a82b40482b2c5529a98
net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too

Commit c67b85558ff2 ("ipv6: tcp: send consistent autoflowlabel in
TIME_WAIT state") made the socket txhash also available in TIME_WAIT
sockets but for IPv6 only. Make it available for IPv4 too as we'll use
it in later commits.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv4/tcp_minisocks.c