Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c464 (mode) |= TCP_TIMERLIST_10MS_MODE; \
1917 if (mode & TCP_TIMERLIST_10MS_MODE) { in need_to_resched_timerlist()
2227 if ((list_mode & TCP_TIMERLIST_10MS_MODE) || in tcp_run_timerlist()
2228 (listp->pref_mode & TCP_TIMERLIST_10MS_MODE)) { in tcp_run_timerlist()
2229 next_mode = TCP_TIMERLIST_10MS_MODE; in tcp_run_timerlist()
2403 if (mode & TCP_TIMERLIST_10MS_MODE) { in tcp_sched_timers()
2404 listp->mode = TCP_TIMERLIST_10MS_MODE; in tcp_sched_timers()
2767 listp->mode = TCP_TIMERLIST_10MS_MODE; in tcp_interface_send_probe()
2889 listp->pref_mode |= TCP_TIMERLIST_10MS_MODE; in tcp_probe_connectivity()
2903 listp->mode = TCP_TIMERLIST_10MS_MODE; in tcp_probe_connectivity()
H A Dtcp_timer.h245 #define TCP_TIMERLIST_10MS_MODE 0x1 macro