]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mptcp: Add helper to process acks of DATA_FIN
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Tue, 28 Jul 2020 22:12:05 +0000 (15:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:02:42 +0000 (17:02 -0700)
commit16a9a9da17234797b01ca05024d33269872a0ae0
tree6c411ceaf9d8739b45dac5af72aede3a0d947aee
parent6920b851584cc69a61ebf2cff3948bb153bcef20
mptcp: Add helper to process acks of DATA_FIN

After DATA_FIN has been sent, the peer will acknowledge it. An ack of
the relevant MPTCP-level sequence number will update the MPTCP
connection state appropriately.

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c