Re: [PATCH v10 net-next 09/23] net/tcp: Add TCP-AO sign to twsk
From: Simon Horman
Date: Wed Aug 16 2023 - 08:04:09 EST
On Tue, Aug 15, 2023 at 08:14:38PM +0100, Dmitry Safonov wrote:
...
> @@ -1183,6 +1216,7 @@ static void tcp_v6_reqsk_send_ack(const struct sock *sk, struct sk_buff *skb,
> ipv6_get_dsfield(ipv6_hdr(skb)), 0,
> READ_ONCE(sk->sk_priority),
> READ_ONCE(tcp_rsk(req)->txhash));
> + NULL, NULL, 0, 0);
Hi Dmitry,
This seems to add a syntax error.
...