commit | c3349a22c2002947d29a98a77bfb36d97cfbfac1 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <[email protected]> | Tue Feb 18 19:36:12 2025 +0100 |
committer | Jakub Kicinski <[email protected]> | Wed Feb 19 19:05:27 2025 -0800 |
tree | ae2b17bb629440426a38c9c717cecac496cc1a90 | |
parent | 9a6c2b2bdd5ed46f3ab364c975ea7b772b29aec2 [diff] |
mptcp: consolidate subflow cleanup Consolidate all the cleanup actions requiring the worker in a single helper and ensure the dummy data fin creation for fallback socket is performed only when the tcp rx queue is empty. There are no functional changes intended, but this will simplify the next patch, when the tcp rx queue spooling could be delayed at release_cb time. Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Mat Martineau <[email protected]> Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> Link: https://patch.msgid.link/20250218-net-next-mptcp-rx-path-refactor-v1-1-4a47d90d7998@kernel.org Signed-off-by: Jakub Kicinski <[email protected]>