Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.h246 #define TCP_TIMERLIST_100MS_MODE 0x2 macro
H A Dtcp_timer.c466 (mode) |= TCP_TIMERLIST_100MS_MODE; \
1921 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in need_to_resched_timerlist()
2230 } else if ((list_mode & TCP_TIMERLIST_100MS_MODE) || in tcp_run_timerlist()
2231 (listp->pref_mode & TCP_TIMERLIST_100MS_MODE)) { in tcp_run_timerlist()
2232 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()
2407 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2408 if (listp->mode > TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2409 listp->mode = TCP_TIMERLIST_100MS_MODE; in tcp_sched_timers()