Home
last modified time | relevance | path

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

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