Lines Matching refs:lost_out
1030 if ((!tp->retransmit_skb_hint && tp->retrans_out >= tp->lost_out) || in tcp_verify_retransmit_hint()
1064 tp->lost_out += tcp_skb_pcount(skb); in tcp_mark_skb_lost()
1337 tp->lost_out -= pcount; in tcp_sacktag_one()
1359 tp->lost_out -= pcount; in tcp_sacktag_one()
1955 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1969 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
2041 tp->lost_out = 0; in tcp_clear_retrans()
2279 if (tp->lost_out) in tcp_time_to_recover()
2446 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2702 if (!tp->lost_out) in tcp_simple_retransmit()
3222 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3338 WARN_ON((int)tp->lost_out < 0); in tcp_clean_rtx_queue()
3342 if (tp->lost_out) { in tcp_clean_rtx_queue()
3344 tp->lost_out, icsk->icsk_ca_state); in tcp_clean_rtx_queue()
3345 tp->lost_out = 0; in tcp_clean_rtx_queue()