Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_timer.h263 uint32_t pref_mode; /* Preferred mode set by a connection */ member
H A Dtcp_timer.c2234 (listp->pref_mode & TCP_TIMERLIST_10MS_MODE)) { in tcp_run_timerlist()
2237 (listp->pref_mode & TCP_TIMERLIST_100MS_MODE)) { in tcp_run_timerlist()
2283 listp->pref_mode = 0; in tcp_run_timerlist()
2366 listp->pref_mode |= mode; in tcp_sched_timers()
2885 listp->pref_mode |= TCP_TIMERLIST_10MS_MODE; in tcp_probe_connectivity()