Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_timer.h261 #define TCP_TIMERLIST_100MS_MODE 0x2 macro
H A Dtcp_timer.c469 (mode) |= TCP_TIMERLIST_100MS_MODE; \
1956 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in need_to_resched_timerlist()
2249 } else if ((list_mode & TCP_TIMERLIST_100MS_MODE) || in tcp_run_timerlist()
2250 (listp->pref_mode & TCP_TIMERLIST_100MS_MODE)) { in tcp_run_timerlist()
2251 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()
2415 } else if (mode & TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2416 if (listp->mode > TCP_TIMERLIST_100MS_MODE) { in tcp_sched_timers()
2417 listp->mode = TCP_TIMERLIST_100MS_MODE; in tcp_sched_timers()