commit | 47bebdf365ade17534f6616dc228d347085f4501 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Mon Sep 14 10:01:08 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 14 13:28:02 2020 -0700 |
tree | a2d69994a872f5906808d65d86d97ba1d08b3827 | |
parent | 63561a403c7c89d59205401db14fb444c6535cef [diff] |
mptcp: set data_ready status bit in subflow_check_data_avail() This simplify mptcp_subflow_data_available() and will made follow-up patches simpler. Additionally remove the unneeded checks on subflow copied_seq: we always whole skbs out of subflows. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>