Searched refs:TSTMP_GT (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_seq.h | 82 #define TSTMP_GT(a, b) ((int)((a)-(b)) > 0) macro
|
| H A D | tcp_cache.c | 1152 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 D | tcp_rack.c | 176 if ((tsecr != 0 && (TSTMP_LT(tsecr, xmit_ts) || TSTMP_GT(tsecr, tcp_now))) in tcp_rack_update_segment_acked()
|
| H A D | tcp_timer.c | 1225 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 D | tcp_input.c | 1112 TSTMP_GT(tcp_now, tp->rfbuf_ts)) { in tcp_sbrcv_grow() 3789 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input() 4606 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input() 5148 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input() 5630 (tp->t_last_ack_tsecr == 0 || TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
|
| H A D | tcp_output.c | 2493 if (TSTMP_GT(tcp_now_local + pacing_delay, tp->t_latest_tx)) { in tcp_output() 2505 if (TSTMP_GT(tcp_now_local, tp->t_latest_tx)) { in tcp_output()
|