Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c168 tcpt->tcpt_tid = timeout_generic(CALLOUT_NORMAL, tcp_timer_callback, mp, in tcp_timeout()
170 VERIFY(!(tcpt->tcpt_tid & CALLOUT_ID_FREE)); in tcp_timeout()
200 if (tcpt->tcpt_tid & CALLOUT_ID_FREE) { in tcp_timer_handler()
245 delta = untimeout_default(tcpt->tcpt_tid, 0); in tcp_timeout_cancel()
261 tcpt->tcpt_tid |= CALLOUT_ID_FREE; in tcp_timeout_cancel()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h115 callout_id_t tcpt_tid; member