tcp: tcp_limit_reno_sacked can become static
[deliverable/linux.git] / include / net / tcp.h
index 265392470b26a530974bae8389a783732db43490..e8ae90a8c35e1c5727cc595a59674a488c4d09ee 100644 (file)
@@ -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.
This page took 0.031 seconds and 5 git commands to generate.