Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a, b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_cache.c572 TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_get_mptcp_version()
625 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
637 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
H A Dtcp_rledbat.c270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_input.c1058 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1099 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1300 TSTMP_GEQ(tp->rcv_unackwin, tcp_now)) { in tcp_stretch_ack_enable()
2935 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3006 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
4738 TSTMP_GEQ(tcp_now, in tcp_input()
6123 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
6139 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
6252 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) { in tcp_xmit_timer()
H A Dtcp_timer.c667 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
833 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()