]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit42c4e780f6d905d45ea5d4f147a89d2761d86779
tree5d6befa01e45dc39e74f6e1fe5507057d36070b0
parent7eab999d292ec531a9510b71092deeea207ca9ab
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: 827e299cd0d4 ("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