Searched refs:retransmit_high (Results 1 – 3 of 3) sorted by relevance
274 u32 retransmit_high; /* L-bits may be on up to this seqno */ member
2735 tp->retransmit_high = tp->snd_una; 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()2772 } else if (!before(TCP_SKB_CB(skb)->seq, tp->retransmit_high)) { in tcp_xmit_retransmit_queue()2773 tp->retransmit_high = last_lost; in tcp_xmit_retransmit_queue()
875 after(TCP_SKB_CB(skb)->end_seq, tp->retransmit_high)) in tcp_verify_retransmit_hint()876 tp->retransmit_high = TCP_SKB_CB(skb)->end_seq; in tcp_verify_retransmit_hint()1968 tp->retransmit_high = TCP_SKB_CB(skb)->end_seq; in tcp_enter_loss()