]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: Add mptcp_close_state() helper
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Tue, 28 Jul 2020 22:12:04 +0000 (15:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:02:42 +0000 (17:02 -0700)
commit7d53ad60e0398dcf13177543009499b7682a56b2
treeae5d803a7d22355c6b674873b8e2d747aba956bd
parent0d4ab0645050457a4fc5f9f6459762bb6767e800
mptcp: Add mptcp_close_state() helper

This will be used to transition to the appropriate state on close and
determine if a DATA_FIN needs to be sent for that state transition.

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