Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c306 hrtime_t next_timeout; in sip_timer_thr() local
330 next_timeout = sip_schedule_to_functions(); in sip_timer_thr()
339 delta = next_timeout - current_time; in sip_timer_thr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2403 time_t next_timeout = 0; in ill_frag_timeout() local
2437 if (next_timeout == 0 || in ill_frag_timeout()
2438 frag_timeout < next_timeout) { in ill_frag_timeout()
2439 next_timeout = frag_timeout; in ill_frag_timeout()
2543 return (next_timeout); in ill_frag_timeout()