Home
last modified time | relevance | path

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

/titanic_41/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, in sctp_create_eager()
193 (hb_mp = sctp_timer_alloc(sctp, sctp_heartbeat_timer, in sctp_create_eager()
1378 if ((ack_mp = sctp_timer_alloc(sctp, sctp_ack_timer, sleep)) == NULL || in sctp_create()
1379 (hb_mp = sctp_timer_alloc(sctp, sctp_heartbeat_timer, in sctp_create()
H A Dsctp_timer.c157 sctp_timer_alloc(sctp_t *sctp, pfv_t func, int sleep) in sctp_timer_alloc() 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); in sctp_add_faddr()