Searched hist:"101 f6f851ee6268a46e2dcec244a812fd9a9195a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | diff 101f6f851ee6268a46e2dcec244a812fd9a9195a Wed Feb 26 03:14:46 CST 2020 Florian Westphal <fw@strlen.de> mptcp: add and use mptcp_data_ready helper
allows us to schedule the work queue to drain the ssk receive queue in a followup patch.
This is needed to avoid sending all-to-pessimistic mptcp-level acknowledgements. At this time, the ack_seq is what was last read by userspace instead of the highest in-sequence number queued for reading.
Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.h | diff 101f6f851ee6268a46e2dcec244a812fd9a9195a Wed Feb 26 03:14:46 CST 2020 Florian Westphal <fw@strlen.de> mptcp: add and use mptcp_data_ready helper
allows us to schedule the work queue to drain the ssk receive queue in a followup patch.
This is needed to avoid sending all-to-pessimistic mptcp-level acknowledgements. At this time, the ack_seq is what was last read by userspace instead of the highest in-sequence number queued for reading.
Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 101f6f851ee6268a46e2dcec244a812fd9a9195a Wed Feb 26 03:14:46 CST 2020 Florian Westphal <fw@strlen.de> mptcp: add and use mptcp_data_ready helper
allows us to schedule the work queue to drain the ssk receive queue in a followup patch.
This is needed to avoid sending all-to-pessimistic mptcp-level acknowledgements. At this time, the ack_seq is what was last read by userspace instead of the highest in-sequence number queued for reading.
Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|