Searched refs:IS_TIMER_HZ_100MS (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ | ||
| H A D | tcp_timer.h | 215 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST) macro |
| H A D | tcp_timer.c | 465 else if (IS_TIMER_HZ_100MS(i)) \ |