aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2024-02-08 19:03:51 +0100
committerDavid S. Miller <[email protected]>2024-02-12 10:08:13 +0000
commit3f83d8a77eeeb47011b990fd766a421ee64f1d73 (patch)
tree3b2b2ca5e5e65ff59dfcd5b23716fcccc53ad1f7 /tools/perf/scripts/python
parent013e3179dbd2bc756ce1dd90354abac62f65b739 (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