summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2020-05-07 00:58:05 -0700
committerDavid S. Miller <davem@davemloft.net>2020-05-07 07:58:55 -0700
commit64082b67ba724c5a5acfff38d352068c4992d089 (patch)
treea379848bdf0864bba29c3713ffe5050e60b72223 /include
parent01c3259818a11f3cc3cd767adbae6b45849c03c1 (diff)
net: remove spurious declaration of tcp_default_init_rwnd()
it doesn't actually exist... Test: builds and 'git grep tcp_default_init_rwnd' comes up empty Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index dcf9a72eeaa6..64f84683feae 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1376,7 +1376,6 @@ static inline void tcp_sack_reset(struct tcp_options_received *rx_opt)
rx_opt->num_sacks = 0;
}
-u32 tcp_default_init_rwnd(u32 mss);
void tcp_cwnd_restart(struct sock *sk, s32 delta);
static inline void tcp_slow_start_after_idle_check(struct sock *sk)