mptcp: annotate access for msk keys
authorPaolo Abeni <pabeni@redhat.com>
Fri, 2 Feb 2024 11:40:07 +0000 (12:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Feb 2024 11:18:09 +0000 (11:18 +0000)
commit1c09d7cbb57abcea66148923cef717cc7ab35704
treea5574cc2283177e8a36cc179bc7ddca15b1becdd
parent1e08223272c7bd5b26196389fab3892ba9942be3
mptcp: annotate access for msk keys

Both the local and the remote key follow the same locking
schema, put in place the proper ONCE accessors.

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>
net/mptcp/options.c
net/mptcp/protocol.c
net/mptcp/protocol.h
net/mptcp/subflow.c