Files
Eric Dumazet 08dfe37023 tcp: introduce icsk->icsk_keepalive_timer
sk->sk_timer has been used for TCP keepalives.

Keepalive timers are not in fast path, we want to use sk->sk_timer
storage for retransmit timers, for better cache locality.

Create icsk->icsk_keepalive_timer and change keepalive
code to no longer use sk->sk_timer.

Added space is reclaimed in the following patch.

This includes changes to MPTCP, which was also using sk_timer.

Alias icsk->mptcp_tout_timer and icsk->icsk_keepalive_timer
for inet_sk_diag_fill() sake.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20251124175013.1473655-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-25 19:28:29 -08:00
..
2025-07-02 14:32:30 -07:00
2025-08-29 19:36:32 -07:00
2025-07-02 15:42:29 -07:00
2025-10-29 18:28:30 -07:00
2025-09-22 11:38:43 -07:00
2025-07-02 14:32:30 -07:00
2025-08-29 19:36:32 -07:00
2025-08-29 19:36:32 -07:00
2025-07-02 14:32:30 -07:00
2025-09-18 08:47:51 +02:00
2023-10-27 10:35:46 +01:00