tcp: tcp_enter_quickack_mode() should be static
authorEric Dumazet <edumazet@google.com>
Tue, 18 Jul 2023 16:20:49 +0000 (16:20 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 04:18:51 +0000 (21:18 -0700)
commit03b123debcbc8db987bda17ed8412cc011064c22
treef6b15c9aa9cfc7f60d35eef34b81aa323f921ba9
parent730b9051b8bce5eabd1f5b67dfd090c37d5dabea
tcp: tcp_enter_quickack_mode() should be static

After commit d2ccd7bc8acd ("tcp: avoid resetting ACK timer in DCTCP"),
tcp_enter_quickack_mode() is only used from net/ipv4/tcp_input.c.

Fixes: d2ccd7bc8acd ("tcp: avoid resetting ACK timer in DCTCP")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Link: https://lore.kernel.org/r/20230718162049.1444938-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
net/ipv4/tcp_input.c