Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a, b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_rack.c137 if (TSTMP_GEQ(tcp_now, wait_ts)) { in tcp_rack_detect_segment_lost()
H A Dtcp_cache.c575 TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_get_mptcp_version()
628 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
640 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
H A Dtcp_input.c1036 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1085 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1249 TSTMP_GEQ(tp->rcv_unackwin, tcp_now)) { in tcp_stretch_ack_enable()
1990 TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr)) { in tcp_process_accecn()
3094 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3165 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3829 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
4705 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
4968 TSTMP_GEQ(tcp_now, in tcp_input()
6470 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
[all …]
H A Dtcp_rledbat.c270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_timer.c681 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
844 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()