Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.h265 uint32_t pref_offset; /* Preferred offset set by a connection */ member
H A Dtcp_timer.c2277 if (listp->pref_offset != 0) { in tcp_run_timerlist()
2278 next_timer = min(listp->pref_offset, next_timer); in tcp_run_timerlist()
2297 listp->pref_offset = 0; in tcp_run_timerlist()
2380 if (listp->pref_offset == 0 || in tcp_sched_timers()
2381 offset < listp->pref_offset) { in tcp_sched_timers()
2382 listp->pref_offset = offset; in tcp_sched_timers()