mptcp: introduce MAPPING_BAD_CSUM
authorPaolo Abeni <pabeni@redhat.com>
Tue, 28 Jun 2022 01:02:36 +0000 (18:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Jun 2022 03:45:42 +0000 (20:45 -0700)
commit31bf11de146c3f8892093ff39f8f9b3069d6a852
tree5d6befa01e45dc39e74f6e1fe5507057d36070b0
parent0c1f78a49af721490a5ad70b73e8b4d382465dae
mptcp: introduce MAPPING_BAD_CSUM

This allow moving a couple of conditional out of the fast path,
making the code more easy to follow and will simplify the next
patch.

Fixes: ae66fb2ba6c3 ("mptcp: Do TCP fallback on early DSS checksum failure")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/subflow.c