Home
last modified time | relevance | path

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

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