Searched refs:tcp_vegas_enabled (Results 1 – 2 of 2) sorted by relevance
611 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()
1183 #define tcp_vegas_enabled(__tp) ((__tp)->vegas.doing_vegas_now) macro