Lines Matching refs:packets_out
958 rate *= max(tcp_snd_cwnd(tp), tp->packets_out); in tcp_update_pacing_rate()
1882 if (!tp->packets_out) in tcp_sacktag_write_queue()
2053 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
2055 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
2056 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
2073 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
2404 WARN_ON(packets > tp->packets_out); in tcp_mark_head_lost()
2547 tp->packets_out); in DBGUNDO()
2556 tp->packets_out); in DBGUNDO()
3070 if (!tp->packets_out && tp->sacked_out) in tcp_fastretrans_alert()
3272 if (!tp->packets_out) { in tcp_rearm_rto()
3407 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3524 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3915 int prior_packets = tp->packets_out; in tcp_ack()
6684 if (inet_csk(sk)->icsk_ca_state == TCP_CA_Loss && !tp->packets_out) in tcp_rcv_synrecv_state_fastopen()