]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/tcp_output.c
tcp: make tcp_cwnd_application_limited() static
authorWeiping Pan <wpan@redhat.com>
Fri, 18 Apr 2014 04:27:46 +0000 (12:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Apr 2014 22:18:56 +0000 (18:18 -0400)
commit86fd14ad1e8c4b8f5e9a7a27b26bdade91dd4bd0
tree8f6dd795862f5b73f06c244c856d12ce0accc147
parent17d8ecb8ff791359c9d9a44bc766c3d4b87f37f7
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>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c