diff options
author | Eric Dumazet <edumazet@google.com> | 2023-08-04 14:46:11 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-06 08:24:55 +0100 |
commit | d44fd4a767b3755899f8ad1df3e8eca3961ba708 (patch) | |
tree | 9a3f8e02c87025cd2a6ac2d79a6e3a211de0b7e8 /include/linux/tcp.h | |
parent | 81083076a007d3af3f2216ad9be1374de0687d49 (diff) | |
download | lwn-d44fd4a767b3755899f8ad1df3e8eca3961ba708.tar.gz lwn-d44fd4a767b3755899f8ad1df3e8eca3961ba708.zip |
tcp: set TCP_SYNCNT locklessly
icsk->icsk_syn_retries can safely be set without locking the socket.
We have to add READ_ONCE() annotations in tcp_fastopen_synack_timer()
and tcp_write_timeout().
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions