diff options
author | Paolo Abeni <[email protected]> | 2024-02-02 12:40:09 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-02-05 11:18:09 +0000 |
commit | 9426ce476a705d13eb086d4be7c817856417816f (patch) | |
tree | 6ad72cb5ab106657089d8eb59facbac95850ae7b /lib/test-string_helpers.c | |
parent | d440a4e27acdede686b974b62a6b2b2bd7914437 (diff) |
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 <[email protected]>
Reviewed-by: Mat Martineau <[email protected]>
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions