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