diff options
author | Dmitry Safonov <[email protected]> | 2024-05-29 18:29:32 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-06-01 16:27:26 -0700 |
commit | 33700a0c9b562700c28d31360a5f04508f459a45 (patch) | |
tree | 4a00d4f87c1a15532b6bb10964ec01434bb1d69c /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e85e271dec0270982afed84f70dc37703fcc1d52 (diff) |
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
TCP_CLOSE may or may not have current/rnext keys and should not be
considered "established". The fast-path for TCP_CLOSE is
SKB_DROP_REASON_TCP_CLOSE. This is what tcp_rcv_state_process() does
anyways. Add an early drop path to not spend any time verifying
segment signatures for sockets in TCP_CLOSE state.
Cc: [email protected] # v6.7
Fixes: 0a3a809089eb ("net/tcp: Verify inbound TCP-AO signed segments")
Signed-off-by: Dmitry Safonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions