]> Git Repo - linux.git/commit
mptcp: refactor mptcp_stream_accept()
authorPaolo Abeni <[email protected]>
Wed, 17 May 2023 19:16:15 +0000 (12:16 -0700)
committerJakub Kicinski <[email protected]>
Fri, 19 May 2023 03:06:32 +0000 (20:06 -0700)
commite76c8ef5cc5b77debe711717f61a3fbf24904873
tree4a9ec03388a47f8ea7aab0341921e79a8c50fe54
parent711bdd5141d81ab21dbe0a533024d594210d5ba4
mptcp: refactor mptcp_stream_accept()

Rewrite the mptcp socket accept op, leveraging the new
__inet_accept() helper.

This way we can avoid acquiring the new socket lock twice
and we can avoid a couple of indirect calls.

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