Lines Matching refs:lost_out
895 if (!tp->lost_out || in tcp_verify_retransmit_hint()
905 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()
915 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1185 tp->lost_out -= pcount; in tcp_sacktag_one()
1206 tp->lost_out -= pcount; in tcp_sacktag_one()
1784 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1798 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1854 tp->lost_out = 0; in tcp_clear_retrans()
1894 tp->lost_out = 0; in tcp_enter_loss()
1916 tp->lost_out += tcp_skb_pcount(skb); in tcp_enter_loss()
2114 if (tp->lost_out) in tcp_time_to_recover()
2353 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2600 u32 prior_lost = tp->lost_out; in tcp_simple_retransmit()
2617 if (prior_lost == tp->lost_out) in tcp_simple_retransmit()
3161 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3247 WARN_ON((int)tp->lost_out < 0); in tcp_clean_rtx_queue()
3251 if (tp->lost_out) { in tcp_clean_rtx_queue()
3253 tp->lost_out, icsk->icsk_ca_state); in tcp_clean_rtx_queue()
3254 tp->lost_out = 0; in tcp_clean_rtx_queue()