diff options
author | Eric Dumazet <[email protected]> | 2023-08-04 14:46:11 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-06 08:24:55 +0100 |
commit | d44fd4a767b3755899f8ad1df3e8eca3961ba708 (patch) | |
tree | 9a3f8e02c87025cd2a6ac2d79a6e3a211de0b7e8 /net/ipv4/tcp_input.c | |
parent | 81083076a007d3af3f2216ad9be1374de0687d49 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions