Home
last modified time | relevance | path

Searched refs:TSTMP_LEQ (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_seq.h83 #define TSTMP_LEQ(a, b) ((int)((a)-(b)) <= 0) macro
H A Dtcp_cache.c971 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
984 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
997 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
H A Dtcp_timer.c1446 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) { in tcp_timers()