Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h264 uint32_t pref_mode; /* Preferred mode set by a connection */ member
H A Dtcp_timer.c2247 (listp->pref_mode & TCP_TIMERLIST_10MS_MODE)) { in tcp_run_timerlist()
2250 (listp->pref_mode & TCP_TIMERLIST_100MS_MODE)) { in tcp_run_timerlist()
2296 listp->pref_mode = 0; in tcp_run_timerlist()
2379 listp->pref_mode |= mode; in tcp_sched_timers()
2898 listp->pref_mode |= TCP_TIMERLIST_10MS_MODE; in tcp_probe_connectivity()