Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_seq.h82 #define TSTMP_GT(a, b) ((int)((a)-(b)) > 0) macro
H A Dtcp_cache.c1181 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common()
1234 if (TSTMP_GT(tcp_now, tpheur->th_tfo_backoff_until)) { in tcp_heuristic_do_tfo_common()
1293 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp()
1303 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp()
1343 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
H A Dtcp_timer.c1254 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers()
2189 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
H A Dtcp_input.c1115 TSTMP_GT(tcp_now, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1258 if (TSTMP_GT(tcp_now, tp->rcv_unackwin + tcp_maxrcvidle)) { in tcp_stretch_ack_enable()
2811 if (TSTMP_GT(tp->rcv_unackwin - (tcp_rcvunackwin >> 1), tcp_now)) { in tcp_input()