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