Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/ !
H A Dtcp_input.c4606 bool higher_seq = SEQ_GT(th->th_seq, tp->rcv_nxt); in tcp_input() local
4608 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4611 if ((tstmp_received && newer_time) || (!tstmp_received && higher_seq)) { in tcp_input()