Lines Matching refs:tcp_is_reno
843 else if (tcp_is_reno(tp)) in tcp_update_reordering()
1947 if (tcp_is_reno(tp)) in tcp_enter_loss()
2019 return tcp_is_reno(tp) ? tp->sacked_out + 1 : tp->fackets_out; in tcp_fackets_out()
2248 if (tcp_is_fack(tp) || tcp_is_reno(tp) || in tcp_mark_head_lost()
2280 if (tcp_is_reno(tp)) { in tcp_update_scoreboard()
2437 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2649 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2675 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2731 if (tcp_is_reno(tp)) { in tcp_process_loss()
2832 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
2845 if (tcp_is_reno(tp) && is_dupack) in tcp_fastretrans_alert()
2851 do_lost = tcp_is_reno(tp) || in tcp_fastretrans_alert()
2865 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3171 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()