Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_output.c2645 u32 last_lost; in tcp_xmit_retransmit_queue() local
2657 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()
2658 if (after(last_lost, tp->retransmit_high)) in tcp_xmit_retransmit_queue()
2659 last_lost = tp->retransmit_high; in tcp_xmit_retransmit_queue()
2662 last_lost = tp->snd_una; in tcp_xmit_retransmit_queue()
2691 tp->retransmit_high = last_lost; in tcp_xmit_retransmit_queue()
2708 last_lost = TCP_SKB_CB(skb)->end_seq; in tcp_xmit_retransmit_queue()