Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c1046 u32 new_low_seq = tp->snd_nxt; in tcp_mark_lost_retrans() local
1085 if (before(ack_seq, new_low_seq)) in tcp_mark_lost_retrans()
1086 new_low_seq = ack_seq; in tcp_mark_lost_retrans()
1092 tp->lost_retrans_low = new_low_seq; in tcp_mark_lost_retrans()