Searched refs:TSTMP_GT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.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 | 1180 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common() 1233 if (TSTMP_GT(tcp_now, tpheur->th_tfo_backoff_until)) { in tcp_heuristic_do_tfo_common() 1292 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp() 1302 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp() 1342 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
|
| H A D | tcp_timer.c | 1235 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers() 2170 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
|
| H A D | tcp_input.c | 1164 TSTMP_GT(tcp_now, tp->rfbuf_ts)) { in tcp_sbrcv_grow() 1307 if (TSTMP_GT(tcp_now, tp->rcv_unackwin + tcp_maxrcvidle)) { in tcp_stretch_ack_enable() 2776 if (TSTMP_GT(tp->rcv_unackwin - (tcp_rcvunackwin >> 1), tcp_now)) { in tcp_input()
|