Searched refs:lost_out (Results 1 – 5 of 5) sorted by relevance
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()[all …]
1099 tp->lost_out -= decr; in tcp_adjust_pcount()2728 if (!tp->lost_out) in tcp_xmit_retransmit_queue()
2684 info->tcpi_lost = tp->lost_out; in tcp_get_info()
264 u32 lost_out; /* Lost packets */ member
980 return tp->sacked_out + tp->lost_out; in tcp_left_out()