Home
last modified time | relevance | path

Searched refs:lost_out (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_input.c895 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 …]
Dtcp_output.c1099 tp->lost_out -= decr; in tcp_adjust_pcount()
2728 if (!tp->lost_out) in tcp_xmit_retransmit_queue()
Dtcp.c2684 info->tcpi_lost = tp->lost_out; in tcp_get_info()
/linux-4.4.14/include/linux/
Dtcp.h264 u32 lost_out; /* Lost packets */ member
/linux-4.4.14/include/net/
Dtcp.h980 return tp->sacked_out + tp->lost_out; in tcp_left_out()