diff options
author | Paolo Abeni <[email protected]> | 2024-02-02 12:40:11 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-02-05 11:18:09 +0000 |
commit | 28e5c138050670e813017102c1ac842a6a0aa297 (patch) | |
tree | e53ee1def28cd6c5dc681c6f51ee01dbaf422725 /lib/test-string_helpers.c | |
parent | b9f4554356f60c6ab33ef6604d1aa94475449b1f (diff) |
mptcp: annotate lockless accesses around read-mostly fields
The following MPTCP socket fields:
- can_ack
- fully_established
- rcv_data_fin
- snd_data_fin_enable
- rcv_fastclose
- use_64bit_ack
are accessed without any lock, add the appropriate annotation.
The schema is safe as each field can change its value at most
once in the whole mptcp socket life cycle.
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