Home
last modified time | relevance | path

Searched refs:tcp_vegas_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_input.c611 if (tcp_vegas_enabled(tp)) in tcp_rtt_estimator()
2317 if (tcp_vegas_enabled(tp)) in tcp_cong_avoid()
2833 (tcp_vegas_enabled(tp) || prior_in_flight >= tp->snd_cwnd) && in tcp_ack()
2839 (tcp_vegas_enabled(tp) || prior_in_flight >= tp->snd_cwnd)) in tcp_ack()
/linux-2.4.37.9/include/net/
Dtcp.h1183 #define tcp_vegas_enabled(__tp) ((__tp)->vegas.doing_vegas_now) macro