Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_seq.h82 #define TSTMP_GT(a, b) ((int)((a)-(b)) > 0) macro
H A Dtcp_cache.c1152 if (TSTMP_GT(tcp_now, tpheur->th_tfo_backoff_until)) { in tcp_heuristic_do_tfo_common()
1211 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp()
1221 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp()
1261 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
H A Dtcp_rack.c176 if ((tsecr != 0 && (TSTMP_LT(tsecr, xmit_ts) || TSTMP_GT(tsecr, tcp_now))) in tcp_rack_update_segment_acked()
H A Dtcp_timer.c1225 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers()
2167 if (te->te_index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
3044 if (TSTMP_GT(tp->t_latest_tx, tcp_now)) { in tcp_offset_from_latest_tx()
H A Dtcp_input.c1112 TSTMP_GT(tcp_now, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
3790 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input()
4607 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
5157 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input()
5639 (tp->t_last_ack_tsecr == 0 || TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
H A Dtcp_output.c2553 if (TSTMP_GT(tcp_now_local + pacing_delay, tp->t_latest_tx)) { in tcp_output()
2565 if (TSTMP_GT(tcp_now_local, tp->t_latest_tx)) { in tcp_output()