diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
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, | |||
341 | extern int tcp_child_process(struct sock *parent, | 341 | extern 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); |
344 | extern int tcp_use_frto(const struct sock *sk); | 344 | extern int tcp_use_frto(struct sock *sk); |
345 | extern void tcp_enter_frto(struct sock *sk); | 345 | extern void tcp_enter_frto(struct sock *sk); |
346 | extern void tcp_enter_loss(struct sock *sk, int how); | 346 | extern void tcp_enter_loss(struct sock *sk, int how); |
347 | extern void tcp_clear_retrans(struct tcp_sock *tp); | 347 | extern void tcp_clear_retrans(struct tcp_sock *tp); |