projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b200b0
)
[TCP]: Need to declare 'tcp_reno' in net/tcp.h
author
David S. Miller
<davem@davemloft.net>
Fri, 24 Jun 2005 06:45:02 +0000
(23:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Jun 2005 06:45:02 +0000
(23:45 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index d04b21188ccb86020aad89c9412151e879ce297b..ec9e20c27179af1f6446ece3e97b0dfb090b8403 100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-1169,6
+1169,7
@@
extern u32 tcp_reno_ssthresh(struct tcp_sock *tp);
extern void tcp_reno_cong_avoid(struct tcp_sock *tp, u32 ack,
u32 rtt, u32 in_flight, int flag);
extern u32 tcp_reno_min_cwnd(struct tcp_sock *tp);
+extern struct tcp_congestion_ops tcp_reno;
static inline void tcp_set_ca_state(struct tcp_sock *tp, u8 ca_state)
{