Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
2940 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3011 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
4743 TSTMP_GEQ(tcp_now, in tcp_input()
6128 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
6144 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
6257 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()