Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c2727 u32 last_lost; in tcp_xmit_retransmit_queue() local
2739 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()
2740 if (after(last_lost, tp->retransmit_high)) in tcp_xmit_retransmit_queue()
2741 last_lost = tp->retransmit_high; in tcp_xmit_retransmit_queue()
2744 last_lost = tp->snd_una; in tcp_xmit_retransmit_queue()
2773 tp->retransmit_high = last_lost; in tcp_xmit_retransmit_queue()
2790 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()