Searched refs:tcp_is_reno (Results 1 – 3 of 3) sorted by relevance
1967 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()2217 if (tcp_is_reno(tp) || in tcp_mark_head_lost()2399 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()2618 if (tcp_is_reno(tp)) in tcp_simple_retransmit()2644 if (tcp_is_reno(tp)) in tcp_enter_recovery()2706 if (tcp_is_reno(tp)) { in tcp_process_loss()2756 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()2828 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()2841 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()2847 do_lost = tcp_is_reno(tp) || in tcp_fastretrans_alert()[all …]
1238 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
1142 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function