Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_output.c2721 u32 last_lost; in tcp_xmit_retransmit_queue() local
2733 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()
2734 if (after(last_lost, tp->retransmit_high)) in tcp_xmit_retransmit_queue()
2735 last_lost = tp->retransmit_high; in tcp_xmit_retransmit_queue()
2738 last_lost = tp->snd_una; in tcp_xmit_retransmit_queue()
2767 tp->retransmit_high = last_lost; in tcp_xmit_retransmit_queue()
2784 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()