Lines Matching refs:lost_out
874 if (!tp->lost_out || in tcp_verify_retransmit_hint()
884 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()
895 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1222 tp->lost_out -= pcount; in tcp_sacktag_one()
1248 tp->lost_out -= pcount; in tcp_sacktag_one()
1833 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1848 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1904 tp->lost_out = 0; in tcp_clear_retrans()
1945 tp->lost_out = 0; in tcp_enter_loss()
1967 tp->lost_out += tcp_skb_pcount(skb); in tcp_enter_loss()
2165 if (tp->lost_out) in tcp_time_to_recover()
2389 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2629 u32 prior_lost = tp->lost_out; in tcp_simple_retransmit()
2646 if (prior_lost == tp->lost_out) in tcp_simple_retransmit()
3117 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3203 WARN_ON((int)tp->lost_out < 0); in tcp_clean_rtx_queue()
3207 if (tp->lost_out) { in tcp_clean_rtx_queue()
3209 tp->lost_out, icsk->icsk_ca_state); in tcp_clean_rtx_queue()
3210 tp->lost_out = 0; in tcp_clean_rtx_queue()