Searched refs:pref_offset (Results 1 – 2 of 2) sorted by relevance
264 uint32_t pref_offset; /* Preferred offset set by a connection */ member
2286 if (listp->pref_offset != 0) { in tcp_run_timerlist()2287 next_timer = min(listp->pref_offset, next_timer); in tcp_run_timerlist()2306 listp->pref_offset = 0; in tcp_run_timerlist()2389 if (listp->pref_offset == 0 || in tcp_sched_timers()2390 offset < listp->pref_offset) { in tcp_sched_timers()2391 listp->pref_offset = offset; in tcp_sched_timers()