summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorstephen hemminger2010-09-28 21:30:14 +0200
committerDavid S. Miller2010-09-30 04:45:36 +0200
commit1b9f409293529da4630bfc5d6d8e7d7451a6ccb5 (patch)
tree4ad4baa2cedaae93a3a3668e154b4f1cbd950791 /include/net/tcp.h
parentarp: remove unnecessary export of arp_broken_ops (diff)
downloadkernel-qcow2-linux-1b9f409293529da4630bfc5d6d8e7d7451a6ccb5.tar.gz
kernel-qcow2-linux-1b9f409293529da4630bfc5d6d8e7d7451a6ccb5.tar.xz
kernel-qcow2-linux-1b9f409293529da4630bfc5d6d8e7d7451a6ccb5.zip
tcp: tcp_enter_quickack_mode can be static
Function only used in tcp_input.c Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 914a60c7ad62..4fee0424af7e 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -346,8 +346,6 @@ static inline void tcp_dec_quickack_mode(struct sock *sk,
}
}
-extern void tcp_enter_quickack_mode(struct sock *sk);
-
#define TCP_ECN_OK 1
#define TCP_ECN_QUEUE_CWR 2
#define TCP_ECN_DEMAND_CWR 4