diff options
author | Paolo Abeni <[email protected]> | 2024-02-08 19:03:51 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-02-12 10:08:13 +0000 |
commit | 3f83d8a77eeeb47011b990fd766a421ee64f1d73 (patch) | |
tree | 3b2b2ca5e5e65ff59dfcd5b23716fcccc53ad1f7 /tools/perf/scripts/python | |
parent | 013e3179dbd2bc756ce1dd90354abac62f65b739 (diff) |
mptcp: fix more tx path fields initialization
The 'msk->write_seq' and 'msk->snd_nxt' are always updated under
the msk socket lock, except at MPC handshake completiont time.
Builds-up on the previous commit to move such init under the relevant
lock.
There are no known problems caused by the potential race, the
primary goal is consistency.
Fixes: 6d0060f600ad ("mptcp: Write MPTCP DSS headers to outgoing data packets")
Cc: [email protected]
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions