]> Gentwo Git Trees - linux/.git/commit
tcp: rename icsk_timeout() to tcp_timeout_expires()
authorEric Dumazet <edumazet@google.com>
Mon, 24 Nov 2025 17:50:10 +0000 (17:50 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Nov 2025 03:28:28 +0000 (19:28 -0800)
commit3a6e8fd0bf4042c572dc52e634878b9aca02970d
tree6d09ccdde8ec34ebe3fb9b612fc62ab39e739121
parent436fa8e7d1a119ec90f39e7c2ce0f3a146652899
tcp: rename icsk_timeout() to tcp_timeout_expires()

In preparation of sk->tcp_timeout_timer introduction,
rename icsk_timeout() helper and change its argument to plain
'const struct sock *sk'.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20251124175013.1473655-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/inet_connection_sock.h
net/ipv4/inet_diag.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_timer.c
net/ipv6/tcp_ipv6.c
net/mptcp/protocol.c