Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtcp.h274 u32 retransmit_high; /* L-bits may be on up to this seqno */ member
/linux-4.1.27/net/ipv4/
Dtcp_output.c2735 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()
Dtcp_input.c875 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()