Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_seq.h84 #define TSTMP_GEQ(a, b) ((int)((a)-(b)) >= 0) macro
H A Dtcp_rack.c130 if (TSTMP_GEQ(tcp_now, wait_ts)) { in tcp_rack_detect_segment_lost()
H A Dtcp_rledbat.c270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
H A Dtcp_cache.c555 TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_get_mptcp_version()
608 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
620 if (TSTMP_GEQ(tcp_now, tpcache->tc_mptcp_next_version_try)) { in tcp_cache_update_mptcp_version()
H A Dtcp_input.c1035 if (TSTMP_GEQ(tcp_now, in tcp_sbrcv_grow()
1084 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1940 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input_process_accecn_synack()
2065 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input_process_accecn_last_ack()
2176 TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr)) { in tcp_process_accecn()
3663 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3734 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
5218 TSTMP_GEQ(tcp_now, in tcp_input()
6744 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rtt()
6760 TSTMP_GEQ(tcp_now, to->to_tsecr)) { in tcp_compute_rcv_rtt()
[all …]
H A Dtcp_timer.c678 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
841 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()