]> Git Repo - linux.git/commit
mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()
authorPaolo Abeni <[email protected]>
Tue, 20 Jun 2023 16:30:21 +0000 (18:30 +0200)
committerJakub Kicinski <[email protected]>
Thu, 22 Jun 2023 05:45:58 +0000 (22:45 -0700)
commitbbd49d114d5790a2dc3f67926cec3fc48b2d5d81
tree7799e1bf55536ee7542d52988896493a7592f03c
parent00079f18c24f373797cc38273c1bc0b475469d2b
mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()

The MPTCP code always set the msk state to TCP_CLOSE before
calling performing the fast-close. Move such state transition in
mptcp_do_fastclose() to avoid some code duplication.

Signed-off-by: Paolo Abeni <[email protected]>
Reviewed-by: Matthieu Baerts <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
net/mptcp/protocol.c
This page took 0.078772 seconds and 4 git commands to generate.