Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_timer.h260 #define TCP_TIMERLIST_100MS_MODE 0x2 macro
H A Dtcp_timer.c469 (mode) |= TCP_TIMERLIST_100MS_MODE; \
1937 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in need_to_resched_timerlist()
2236 } else if ((list_mode & TCP_TIMERLIST_100MS_MODE) || in tcp_run_timerlist()
2237 (listp->pref_mode & TCP_TIMERLIST_100MS_MODE)) { in tcp_run_timerlist()
2238 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()
2402 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2403 if (listp->mode > TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2404 listp->mode = TCP_TIMERLIST_100MS_MODE; in tcp_sched_timers()