]> Git Repo - linux.git/commit
mptcp: implement fastclose xmit path
authorPaolo Abeni <[email protected]>
Fri, 7 Jan 2022 00:20:15 +0000 (16:20 -0800)
committerDavid S. Miller <[email protected]>
Fri, 7 Jan 2022 11:27:06 +0000 (11:27 +0000)
commitf284c0c7732189fa77567dc061c5f4205c4fa05b
tree302b2008e6facc93774b622b37a79b429e257c25
parent58cd405b83b388c75a4c24926e5d4aeae8d1eaf5
mptcp: implement fastclose xmit path

Allow the MPTCP xmit path to add MP_FASTCLOSE suboption
on RST egress packets.

Additionally reorder related options writing to reduce
the number of conditionals required in the fast path.

Co-developed-by: Geliang Tang <[email protected]>
Signed-off-by: Geliang Tang <[email protected]>
Co-developed-by: Matthieu Baerts <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/mptcp/options.c
net/mptcp/protocol.h
This page took 0.041034 seconds and 4 git commands to generate.