Searched refs:sctp_timer (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_asconf.h | 42 sctp_timer((sctp), (fp)->sf_rc_timer_mp, (intvl)); \
|
H A D | sctp_heartbeat.c | 262 sctp_timer(sctp, sctp->sctp_heartbeat_mp, earliest_expiry);
|
H A D | sctp_timer.c | 73 * 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",
|
H A D | sctp_impl.h | 148 sctp_timer((sctp), (fp)->sf_timer_mp, (intvl)); \ 1151 extern void sctp_timer(sctp_t *, mblk_t *, clock_t);
|
H A D | sctp_opt_data.c | 531 sctp_timer(sctp, sctp->sctp_heartbeat_mp,
|
H A D | sctp_input.c | 4374 sctp_timer(sctp, sctp->sctp_ack_mp,
|
Completed in 69 milliseconds