Lines Matching refs:reordering
300 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand()
835 if (metric > tp->reordering) { in tcp_update_reordering()
838 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
854 tp->reordering, in tcp_update_reordering()
1978 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss()
2169 if (tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2176 if (packets_out <= tp->reordering && in tcp_time_to_recover()
2283 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard()
2288 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard()
2795 (tcp_fackets_out(tp) > tp->reordering)); in tcp_fastretrans_alert()
2852 tcp_fackets_out(tp) > tp->reordering; in tcp_fastretrans_alert()
3266 if (tcp_sk(sk)->reordering > sysctl_tcp_reordering) in tcp_may_raise_cwnd()