diff options
author | Eric Dumazet <edumazet@google.com> | 2024-04-11 11:25:29 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-13 05:06:50 +0300 |
commit | d13b05962369bade0fb8e2d55af56492f866cd36 (patch) | |
tree | c2006efb24be6e55ebb7cc976080ee13fb9008f5 /tools/perf/scripts/python/gecko.py | |
parent | 3743fda723f927f0744c4a8329c66218a6c01f57 (diff) | |
download | linux-d13b05962369bade0fb8e2d55af56492f866cd36.tar.xz |
tcp: small optimization when TCP_TW_SYN is processed
When TCP_TW_SYN is processed, we perform a lookup to find
a listener and jump back in tcp_v6_rcv() and tcp_v4_rcv()
Paolo suggested that we do not have to check if the
found socket is a TIME_WAIT or NEW_SYN_RECV one.
Suggested-by: Paolo Abeni <pabeni@redhat.com>
Link: https://lore.kernel.org/netdev/68085c8a84538cacaac991415e4ccc72f45e76c2.camel@redhat.com/
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Link: https://lore.kernel.org/r/20240411082530.907113-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions