Searched refs:tcp_is_reno (Results 1 – 3 of 3) sorted by relevance
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()[all …]
1078 if (!tp->sacked_out || tcp_is_reno(tp)) in tcp_adjust_fackets_out()1102 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()2690 if (tcp_is_reno(tp)) in tcp_can_forward_retransmit()
948 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function