Lines Matching refs:lost_out
945 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()
957 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1229 tp->lost_out -= pcount; in tcp_sacktag_one()
1251 tp->lost_out -= pcount; in tcp_sacktag_one()
1847 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1861 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1932 tp->lost_out = 0; in tcp_clear_retrans()
2170 if (tp->lost_out) in tcp_time_to_recover()
2353 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2615 if (!tp->lost_out) in tcp_simple_retransmit()
3135 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3245 WARN_ON((int)tp->lost_out < 0); in tcp_clean_rtx_queue()
3249 if (tp->lost_out) { in tcp_clean_rtx_queue()
3251 tp->lost_out, icsk->icsk_ca_state); in tcp_clean_rtx_queue()
3252 tp->lost_out = 0; in tcp_clean_rtx_queue()