ipv6: tcp: send consistent autoflowlabel in RST packets
authorEric Dumazet <edumazet@google.com>
Thu, 22 Sep 2022 16:50:36 +0000 (09:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Sep 2022 04:00:25 +0000 (21:00 -0700)
commit9258b8b1be2e1e241baf8aa703aba1086069ee0f
tree471e249a2e6f84c226fc973caad90684ace26909
parent99d01d74814153682b95127e1f25dbdfa3ebfae2
ipv6: tcp: send consistent autoflowlabel in RST packets

Blamed commit added a txhash parameter to tcp_v6_send_response()
but forgot to update tcp_v6_send_reset() accordingly.

Fixes: aa51b80e1af4 ("ipv6: tcp: send consistent autoflowlabel in SYN_RECV state")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220922165036.1795862-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/tcp_ipv6.c