Searched refs:tcp_is_reno (Results 1 – 3 of 3) sorted by relevance
947 else if (tcp_is_reno(tp)) in tcp_update_reordering()1989 return (sysctl_tcp_frto == 0x2) && !tcp_is_reno(tp); in tcp_is_sackfrto()2123 if (tcp_is_reno(tp)) in tcp_enter_frto_loss()2220 if (tcp_is_reno(tp)) in tcp_enter_loss()2282 return tcp_is_reno(tp) ? tp->sacked_out + 1 : tp->fackets_out; in tcp_fackets_out()2533 if (tcp_is_fack(tp) || tcp_is_reno(tp) || in tcp_mark_head_lost()2563 if (tcp_is_reno(tp)) { in tcp_update_scoreboard()2608 (tcp_is_reno(tp) && !(flag & FLAG_NOT_DUP))) { in tcp_cwnd_down()2710 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()2769 int failed = tcp_is_reno(tp) || (tcp_fackets_out(tp) > tp->reordering); in tcp_try_undo_partial()[all …]
955 if (!tp->sacked_out || tcp_is_reno(tp)) in tcp_adjust_fackets_out()979 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()2189 if (tcp_is_reno(tp)) in tcp_can_forward_retransmit()
741 static inline int tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function