diff options
author | Weiping Pan <wpan@redhat.com> | 2014-04-18 00:27:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-20 18:18:56 -0400 |
commit | 86fd14ad1e8c4b8f5e9a7a27b26bdade91dd4bd0 (patch) | |
tree | 8f6dd795862f5b73f06c244c856d12ce0accc147 /include/net/tcp.h | |
parent | 17d8ecb8ff791359c9d9a44bc766c3d4b87f37f7 (diff) |
tcp: make tcp_cwnd_application_limited() static
Make tcp_cwnd_application_limited() static and move it from tcp_input.c to
tcp_output.c
Signed-off-by: Weiping Pan <wpan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 87d877408188..163d2b467d78 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -558,7 +558,6 @@ void tcp_send_loss_probe(struct sock *sk); | |||
558 | bool tcp_schedule_loss_probe(struct sock *sk); | 558 | bool tcp_schedule_loss_probe(struct sock *sk); |
559 | 559 | ||
560 | /* tcp_input.c */ | 560 | /* tcp_input.c */ |
561 | void tcp_cwnd_application_limited(struct sock *sk); | ||
562 | void tcp_resume_early_retransmit(struct sock *sk); | 561 | void tcp_resume_early_retransmit(struct sock *sk); |
563 | void tcp_rearm_rto(struct sock *sk); | 562 | void tcp_rearm_rto(struct sock *sk); |
564 | void tcp_reset(struct sock *sk); | 563 | void tcp_reset(struct sock *sk); |