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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.h34 (fp)->sf_rc_timer_mp = sctp_timer_alloc((sctp), \
H A Dsctp.c191 if ((ack_mp = sctp_timer_alloc(sctp, sctp_ack_timer,
193 (hb_mp = sctp_timer_alloc(sctp, sctp_heartbeat_timer,
1378 if ((ack_mp = sctp_timer_alloc(sctp, sctp_ack_timer, sleep)) == NULL ||
1379 (hb_mp = sctp_timer_alloc(sctp, sctp_heartbeat_timer,
H A Dsctp_timer.c85 * sctp_timer_alloc - create a timer mblk
149 * sctp_timer_alloc is called by sctp_init to allocate and initialize a
157 sctp_timer_alloc(sctp_t *sctp, pfv_t func, int sleep) function
H A Dsctp_impl.h1152 extern mblk_t *sctp_timer_alloc(sctp_t *, pfv_t, int);
H A Dsctp_common.c514 timer_mp = sctp_timer_alloc((sctp), sctp_rexmit_timer, sleep);

Completed in 56 milliseconds