Searched refs:TSTMP_GEQ (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_seq.h | 84 #define TSTMP_GEQ(a, b) ((int)((a)-(b)) >= 0) macro
|
| H A D | tcp_rack.c | 137 if (TSTMP_GEQ(tcp_now, wait_ts)) { in tcp_rack_detect_segment_lost()
|
| H A D | tcp_cache.c | 575 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 D | tcp_input.c | 1036 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 D | tcp_rledbat.c | 270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
|
| H A D | tcp_timer.c | 681 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()
|