diff options
author | Weiping Pan <wpan@redhat.com> | 2014-04-18 12:27:46 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-04-20 18:18:56 -0400 |
commit | 86fd14ad1e8c4b8f5e9a7a27b26bdade91dd4bd0 (patch) | |
tree | 8f6dd795862f5b73f06c244c856d12ce0accc147 /include | |
parent | 17d8ecb8ff791359c9d9a44bc766c3d4b87f37f7 (diff) | |
download | linux-86fd14ad1e8c4b8f5e9a7a27b26bdade91dd4bd0.tar.bz2 |
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')
-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); bool tcp_schedule_loss_probe(struct sock *sk); /* tcp_input.c */ -void tcp_cwnd_application_limited(struct sock *sk); void tcp_resume_early_retransmit(struct sock *sk); void tcp_rearm_rto(struct sock *sk); void tcp_reset(struct sock *sk); |