Searched refs:sctp_timer_alloc (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_asconf.h | 34 (fp)->sf_rc_timer_mp = sctp_timer_alloc((sctp), \
|
H A D | sctp.c | 191 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 D | sctp_timer.c | 85 * 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 D | sctp_impl.h | 1152 extern mblk_t *sctp_timer_alloc(sctp_t *, pfv_t, int);
|
H A D | sctp_common.c | 514 timer_mp = sctp_timer_alloc((sctp), sctp_rexmit_timer, sleep);
|
Completed in 56 milliseconds