Lines Matching refs:packets_out
964 rate *= max(tcp_snd_cwnd(tp), tp->packets_out); in tcp_update_pacing_rate()
1888 if (!tp->packets_out) in tcp_sacktag_write_queue()
2059 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
2061 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
2062 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
2079 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
2410 WARN_ON(packets > tp->packets_out); in tcp_mark_head_lost()
2553 tp->packets_out); in DBGUNDO()
2562 tp->packets_out); in DBGUNDO()
3076 if (!tp->packets_out && tp->sacked_out) in tcp_fastretrans_alert()
3278 if (!tp->packets_out) { in tcp_rearm_rto()
3413 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3530 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3921 int prior_packets = tp->packets_out; in tcp_ack()
6708 if (inet_csk(sk)->icsk_ca_state == TCP_CA_Loss && !tp->packets_out) in tcp_rcv_synrecv_state_fastopen()