]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tcp: remove tcp_reset_xmit_timer() @max_when argument
authorEric Dumazet <edumazet@google.com>
Fri, 7 Feb 2025 15:28:26 +0000 (15:28 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 11 Feb 2025 12:07:59 +0000 (13:07 +0100)
commit0fed463777b83abe6410a8073de3f997c29afe18
treee797962957fb9493d655a5342f8ac72e214740a5
parent812122783ae8b347633b7359a71cfba28ffdb66b
tcp: remove tcp_reset_xmit_timer() @max_when argument

All callers use TCP_RTO_MAX, we can factorize this constant,
becoming a variable soon.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c