Lines Matching refs:packets_out
781 rate *= max(tp->snd_cwnd, tp->packets_out); in tcp_update_pacing_rate()
1607 state->reord = tp->packets_out; in tcp_sacktag_write_queue()
1627 if (!tp->packets_out) in tcp_sacktag_write_queue()
1799 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
1801 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
1802 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
1816 tcp_update_reordering(sk, tp->packets_out + addend, 0); in tcp_check_reno_reordering()
2111 __u32 packets_out; in tcp_time_to_recover() local
2124 packets_out = tp->packets_out; in tcp_time_to_recover()
2125 if (packets_out <= tp->reordering && in tcp_time_to_recover()
2126 tp->sacked_out >= max_t(__u32, packets_out/2, sysctl_tcp_reordering) && in tcp_time_to_recover()
2150 (tp->packets_out >= (tp->sacked_out + 1) && tp->packets_out < 4) && in tcp_time_to_recover()
2173 WARN_ON(packets > tp->packets_out); in tcp_mark_head_lost()
2323 tp->packets_out); in DBGUNDO()
2333 tp->packets_out); in DBGUNDO()
2479 (tp->packets_out - tp->sacked_out); in tcp_cwnd_reduction()
2769 if (WARN_ON(!tp->packets_out && tp->sacked_out)) in tcp_fastretrans_alert()
3017 if (!tp->packets_out) { in tcp_rearm_rto()
3105 u32 reord = tp->packets_out; in tcp_clean_rtx_queue()
3163 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3249 if (!tp->packets_out && tcp_is_sack(tp)) { in tcp_clean_rtx_queue()
3522 int prior_packets = tp->packets_out; in tcp_ack()
3523 const int prior_unsacked = tp->packets_out - tp->sacked_out; in tcp_ack()
3613 acked = tp->packets_out; in tcp_ack()
3616 acked -= tp->packets_out; in tcp_ack()