Searched defs:sctp_timer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c73 * sctp_timer mechanism.
87 * sctp_timer - start, restart, stop the timer
100 sctp_timer(sctp_t *sctp, mblk_t *mp, clock_t tim) function
153 * b_rptr is used by the sctp_timer mechanism, and after b_rptr there is
192 * it has fired then sctp_timer() and sctp_timer_valid() will clean
274 * Called from sctp_timer(,,-1)
305 * The user of the sctp_timer mechanism is required to call
584 sctp_timer(sctp, sctp->sctp_heartbeat_mp, earliest_expiry);
597 dprint(3, ("sctp_timer: faddr=%x:%x:%x:%x\n",

Completed in 155 milliseconds