Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_seq.h83 #define TSTMP_LEQ(a, b) ((int)((a)-(b)) <= 0) macro
H A Dtcp_cache.c973 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1010 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
1028 TSTMP_LEQ(tpheur->th_ecn_backoff, tcp_now)) { in tcp_heuristic_inc_counters()
H A Dtcp_timer.c1454 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) { in tcp_timers()