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

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

Completed in 75 milliseconds