Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c874 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 …]
Dtcp_output.c1110 tp->lost_out -= decr; in tcp_adjust_pcount()
2734 if (!tp->lost_out) in tcp_xmit_retransmit_queue()
Dtcp.c2647 info->tcpi_lost = tp->lost_out; in tcp_get_info()
/linux-4.1.27/include/linux/
Dtcp.h248 u32 lost_out; /* Lost packets */ member
/linux-4.1.27/include/net/
Dtcp.h940 return tp->sacked_out + tp->lost_out; in tcp_left_out()