Lines Matching refs:reordering
304 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand()
855 if (metric > tp->reordering) { in tcp_update_reordering()
858 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
874 tp->reordering, in tcp_update_reordering()
1927 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss()
2118 if (tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2125 if (packets_out <= tp->reordering && in tcp_time_to_recover()
2232 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard()
2237 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard()
2766 (tcp_fackets_out(tp) > tp->reordering)); in tcp_fastretrans_alert()
2828 tcp_fackets_out(tp) > tp->reordering; in tcp_fastretrans_alert()
3310 if (tcp_sk(sk)->reordering > sysctl_tcp_reordering) in tcp_may_raise_cwnd()