Files
linux/net/mptcp
Paolo Abeni 9426ce476a mptcp: annotate lockless access for RX path fields
The following fields:

 - ack_seq
 - snd_una
 - wnd_end
 - rmem_fwd_alloc

are protected by the data lock end accessed lockless in a few
spots. Ensure ONCE annotation for write (under such lock) and for
lockless read.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-05 11:18:09 +00:00
..
2023-08-16 10:22:16 -07:00
2024-01-02 13:32:45 +00:00
2024-01-02 13:32:45 +00:00
2024-01-02 13:33:33 +00:00
2023-08-22 17:31:19 -07:00
2024-02-05 11:18:09 +00:00