projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c3259
)
net: remove spurious declaration of tcp_default_init_rwnd()
author
Maciej Żenczykowski
<maze@google.com>
Thu, 7 May 2020 07:58:05 +0000
(
00:58
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 7 May 2020 14:58:55 +0000
(07:58 -0700)
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>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index dcf9a72eeaa6912202e8a1ca6cf800f7401bf517..64f84683feaede11fa0789baad277e2b4655ec7a 100644
(file)
--- 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)