tcp: remove inet_rtx_syn_ack()
authorEric Dumazet <edumazet@google.com>
Thu, 26 Jun 2025 15:30:17 +0000 (15:30 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Jun 2025 22:34:19 +0000 (15:34 -0700)
commitcf56a98202970adf298df5caaa225ed68350e9ab
tree740d72c61f2bfa5a1e6a2e0a3982d2beb906a852
parent8d68411a128705f86da7f037e1c33d81786fee96
tcp: remove inet_rtx_syn_ack()

inet_rtx_syn_ack() is a simple wrapper around tcp_rtx_synack(),
if we move req->num_retrans update.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250626153017.2156274-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/request_sock.h
net/ipv4/inet_connection_sock.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c