aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 572a77bb6907..7fd6b77519c3 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -341,7 +341,7 @@ extern struct sock * tcp_check_req(struct sock *sk,struct sk_buff *skb,
341extern int tcp_child_process(struct sock *parent, 341extern int tcp_child_process(struct sock *parent,
342 struct sock *child, 342 struct sock *child,
343 struct sk_buff *skb); 343 struct sk_buff *skb);
344extern int tcp_use_frto(const struct sock *sk); 344extern int tcp_use_frto(struct sock *sk);
345extern void tcp_enter_frto(struct sock *sk); 345extern void tcp_enter_frto(struct sock *sk);
346extern void tcp_enter_loss(struct sock *sk, int how); 346extern void tcp_enter_loss(struct sock *sk, int how);
347extern void tcp_clear_retrans(struct tcp_sock *tp); 347extern void tcp_clear_retrans(struct tcp_sock *tp);