Home
last modified time | relevance | path

Searched refs:IS_TIMER_HZ_100MS (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.h215 #define IS_TIMER_HZ_100MS(i) ((i) >= TCPT_REXMT && (i) < TCPT_PERSIST) macro
H A Dtcp_timer.c465 else if (IS_TIMER_HZ_100MS(i)) \