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