Lines Matching refs:tcp_is_reno
863 else if (tcp_is_reno(tp)) in tcp_update_reordering()
1896 if (tcp_is_reno(tp)) in tcp_enter_loss()
1968 return tcp_is_reno(tp) ? tp->sacked_out + 1 : tp->fackets_out; in tcp_fackets_out()
2197 if (tcp_is_fack(tp) || tcp_is_reno(tp) || in tcp_mark_head_lost()
2229 if (tcp_is_reno(tp)) { in tcp_update_scoreboard()
2401 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2620 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2646 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2702 if (tcp_is_reno(tp)) { in tcp_process_loss()
2803 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
2821 if (tcp_is_reno(tp) && is_dupack) in tcp_fastretrans_alert()
2827 do_lost = tcp_is_reno(tp) || in tcp_fastretrans_alert()
2842 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3217 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()