Searched refs:TSTMP_GT (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/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 | 1185 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_ecn_aggressive_common() 1238 if (TSTMP_GT(tcp_now, tpheur->th_tfo_backoff_until)) { in tcp_heuristic_do_tfo_common() 1297 if (TSTMP_GT(tpheur->th_mptcp_backoff, tcp_now)) { in tcp_heuristic_do_mptcp() 1307 if (TSTMP_GT(tcp_now, tpheur->th_mptcp_backoff)) { in tcp_heuristic_do_mptcp() 1347 if (TSTMP_GT(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_do_ecn_common()
|
| H A D | tcp_rack.c | 183 if ((tsecr != 0 && (TSTMP_LT(tsecr, xmit_ts) || TSTMP_GT(tsecr, tcp_now))) in tcp_rack_update_segment_acked()
|
| H A D | tcp_input.c | 1113 TSTMP_GT(tcp_now, tp->rfbuf_ts)) { in tcp_sbrcv_grow() 1256 if (TSTMP_GT(tcp_now, tp->rcv_unackwin + tcp_maxrcvidle)) { in tcp_stretch_ack_enable() 2920 if (TSTMP_GT(tp->rcv_unackwin - (tcp_rcvunackwin >> 1), tcp_now)) { in tcp_input() 3223 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input() 4900 TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr)) { in tcp_input() 5383 (tp->t_last_ack_tsecr == 0 || TSTMP_GT(to.to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input()
|
| H A D | tcp_timer.c | 1245 if (TSTMP_GT(tp->t_sndtime - 10 * TCP_RETRANSHZ, tp->t_rcvtime)) { in tcp_timers() 2181 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
|