aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2008-11-25 13:45:29 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 13:45:29 -0800
commit8eecaba900e89643029fd2c253ad8ebb60761165 (patch)
tree0b26268a6e0e97e9e859c25d2367cec0bff837f1 /include/net
parentRevert "hso: Fix crashes on close." (diff)
downloadlinux-dev-8eecaba900e89643029fd2c253ad8ebb60761165.tar.xz
linux-dev-8eecaba900e89643029fd2c253ad8ebb60761165.zip
tcp: tcp_limit_reno_sacked can become static
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-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 265392470b26..e8ae90a8c35e 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -761,8 +761,6 @@ static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp)
return tp->packets_out - tcp_left_out(tp) + tp->retrans_out;
}
-extern int tcp_limit_reno_sacked(struct tcp_sock *tp);
-
/* If cwnd > ssthresh, we may raise ssthresh to be half-way to cwnd.
* The exception is rate halving phase, when cwnd is decreasing towards
* ssthresh.