Searched hist:a141e02e393370e082b25636401c49978b61bfcf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | diff a141e02e393370e082b25636401c49978b61bfcf Fri Feb 12 17:59:55 CST 2021 Florian Westphal <fw@strlen.de> mptcp: split __mptcp_close_ssk helper
Prepare for subflow close events:
When mptcp connection is torn down its enough to send the mptcp socket close notification rather than a subflow close event for all of the subflows followed by the mptcp close event.
This splits the helper: mptcp_close_ssk() will emit the close notification, __mptcp_close_ssk will not.
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.h | diff a141e02e393370e082b25636401c49978b61bfcf Fri Feb 12 17:59:55 CST 2021 Florian Westphal <fw@strlen.de> mptcp: split __mptcp_close_ssk helper
Prepare for subflow close events:
When mptcp connection is torn down its enough to send the mptcp socket close notification rather than a subflow close event for all of the subflows followed by the mptcp close event.
This splits the helper: mptcp_close_ssk() will emit the close notification, __mptcp_close_ssk will not.
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff a141e02e393370e082b25636401c49978b61bfcf Fri Feb 12 17:59:55 CST 2021 Florian Westphal <fw@strlen.de> mptcp: split __mptcp_close_ssk helper
Prepare for subflow close events:
When mptcp connection is torn down its enough to send the mptcp socket close notification rather than a subflow close event for all of the subflows followed by the mptcp close event.
This splits the helper: mptcp_close_ssk() will emit the close notification, __mptcp_close_ssk will not.
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|