diff options
author | Paolo Abeni <pabeni@redhat.com> | 2022-10-22 01:58:55 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-10-25 07:13:55 +0300 |
commit | 54f1944ed6d2554475f39a4921dc5422fa692c4f (patch) | |
tree | e054b5d875d492c97f6221e7773d326ff294253e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e72e4032637f4646554794ac28a3abecc6c2416d (diff) | |
download | linux-54f1944ed6d2554475f39a4921dc5422fa692c4f.tar.xz |
mptcp: factor out mptcp_connect()
The current MPTCP connect implementation duplicates a bit of inet
code and does not use nor provide a struct proto->connect callback,
which in turn will not fit the upcoming fastopen implementation.
Refactor such implementation to use the common helper, moving the
MPTCP-specific bits into mptcp_connect(). Additionally, avoid an
indirect call to the subflow connect callback.
Note that the fastopen call-path invokes mptcp_connect() while already
holding the subflow socket lock. Explicitly keep track of such path
via a new MPTCP-level flag and handle the locking accordingly.
Additionally, track the connect flags in a new msk field to allow
propagating them to the subflow inet_stream_connect call.
Fixes: d98a82a6afc7 ("mptcp: handle defer connect in mptcp_sendmsg")
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions