Searched hist:"59832 e246515ab6a4f5aa878073e6f415aa35166" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | diff 59832e246515ab6a4f5aa878073e6f415aa35166 Thu Apr 02 06:44:52 CDT 2020 Florian Westphal <fw@strlen.de> mptcp: subflow: check parent mptcp socket on subflow state change
This is needed at least until proper MPTCP-Level fin/reset signalling gets added:
We wake parent when a subflow changes, but we should do this only when all subflows have closed, not just one.
Schedule the mptcp worker and tell it to check eof state on all subflows.
Only flag mptcp socket as closed and wake userspace processes blocking in poll if all subflows have closed.
Co-developed-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.h | diff 59832e246515ab6a4f5aa878073e6f415aa35166 Thu Apr 02 06:44:52 CDT 2020 Florian Westphal <fw@strlen.de> mptcp: subflow: check parent mptcp socket on subflow state change
This is needed at least until proper MPTCP-Level fin/reset signalling gets added:
We wake parent when a subflow changes, but we should do this only when all subflows have closed, not just one.
Schedule the mptcp worker and tell it to check eof state on all subflows.
Only flag mptcp socket as closed and wake userspace processes blocking in poll if all subflows have closed.
Co-developed-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 59832e246515ab6a4f5aa878073e6f415aa35166 Thu Apr 02 06:44:52 CDT 2020 Florian Westphal <fw@strlen.de> mptcp: subflow: check parent mptcp socket on subflow state change
This is needed at least until proper MPTCP-Level fin/reset signalling gets added:
We wake parent when a subflow changes, but we should do this only when all subflows have closed, not just one.
Schedule the mptcp worker and tell it to check eof state on all subflows.
Only flag mptcp socket as closed and wake userspace processes blocking in poll if all subflows have closed.
Co-developed-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|