diff options
author | 2025-03-17 08:53:13 +0000 | |
---|---|---|
committer | 2025-03-24 09:55:18 -0700 | |
commit | 1937a0be28c01a13e18912602b8eff08d7db77cf (patch) | |
tree | ecdc8081a1461fd493fc8cf74614d569974bcdc0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not defined (diff) | |
download | linux-rng-1937a0be28c01a13e18912602b8eff08d7db77cf.tar.xz linux-rng-1937a0be28c01a13e18912602b8eff08d7db77cf.zip |
tcp: move icsk_clean_acked to a better location
As a followup of my presentation in Zagreb for netdev 0x19:
icsk_clean_acked is only used by TCP when/if CONFIG_TLS_DEVICE
is enabled from tcp_ack().
Rename it to tcp_clean_acked, move it to tcp_sock structure
in the tcp_sock_read_rx for better cache locality in TCP
fast path.
Define this field only when CONFIG_TLS_DEVICE is enabled
saving 8 bytes on configs not using it.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250317085313.2023214-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions