net: send SYNACK packet with accepted fwmark
authorAlexander Ovechkin <ovov@yandex-team.ru>
Fri, 9 Jul 2021 15:28:23 +0000 (18:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Jul 2021 18:24:02 +0000 (11:24 -0700)
commit43b90bfad34bcb81b8a5bc7dc650800f4be1787e
treef2a25b76d989854b2ca3ad5bf144830c71482066
parent0336f8ffece62f882ab3012820965a786a983f70
net: send SYNACK packet with accepted fwmark

commit e05a90ec9e16 ("net: reflect mark on tcp syn ack packets")
fixed IPv4 only.

This part is for the IPv6 side.

Fixes: e05a90ec9e16 ("net: reflect mark on tcp syn ack packets")
Signed-off-by: Alexander Ovechkin <ovov@yandex-team.ru>
Acked-by: Dmitry Yakunin <zeil@yandex-team.ru>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c