Message ID | 20240826-net-mptcp-close-extra-sf-fin-v1-3-905199fe1172@kernel.org |
---|---|
State | Accepted |
Commit | 2a1f596ebb23eadc0f9b95a8012e18ef76295fc8 |
Headers | show |
Series | mptcp: close subflow when receiving TCP+FIN and misc. | expand |
diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 151e82e2ff2e..34fec753b9c1 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -2326,7 +2326,7 @@ struct sock *mptcp_subflow_get_retrans(struct mptcp_sock *msk) continue; } - if (subflow->backup) { + if (subflow->backup || subflow->request_bkup) { if (!backup) backup = ssk; continue;