Searched refs:tcp_timer_handler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c97 * tcp_timer_handler() function via squeue corresponding to the tcp
98 * instance. The tcp_timer_handler() calls actual requested timeout call-back
121 * tcp_timer_handler() drops the reference after calling the call-back, so the
130 static void tcp_timer_handler(void *, mblk_t *, void *, ip_recv_attr_t *);
184 SQUEUE_ENTER_ONE(connp->conn_sqp, mp, tcp_timer_handler, connp,
190 tcp_timer_handler(void *arg, mblk_t *mp, void *arg2, ip_recv_attr_t *dummy) function

Completed in 45 milliseconds