Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c2136 u_int16_t list_mode = 0; /* cumulative of modes of all tcpcbs */ in tcp_run_timerlist() local
2173 list_mode |= te->te_mode; in tcp_run_timerlist()
2217 list_mode |= te_mode; in tcp_run_timerlist()
2227 if ((list_mode & TCP_TIMERLIST_10MS_MODE) || in tcp_run_timerlist()
2230 } else if ((list_mode & TCP_TIMERLIST_100MS_MODE) || in tcp_run_timerlist()