Merge branch 'tcp-refactor-skb_cmp_decrypted-checks'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 4 Jun 2024 11:23:32 +0000 (13:23 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 4 Jun 2024 11:23:33 +0000 (13:23 +0200)
Jakub Kicinski says:

====================
tcp: refactor skb_cmp_decrypted() checks

Refactor the input patch coalescing checks and wrap "EOR forcing"
logic into a helper. This will hopefully make the code easier to
follow. While at it throw some DEBUG_NET checks into skb_shift().
====================

Link: https://lore.kernel.org/r/20240530233616.85897-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge