Home
last modified time | relevance | path

Searched refs:sf_rc_timer_mp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.h33 if ((fp)->sf_rc_timer_mp == NULL) { \
34 (fp)->sf_rc_timer_mp = sctp_timer_alloc((sctp), \
37 if ((fp)->sf_rc_timer_mp != NULL) { \
38 ((sctpt_t *)((fp)->sf_rc_timer_mp->b_rptr))->sctpt_faddr = fp;\
42 sctp_timer((sctp), (fp)->sf_rc_timer_mp, (intvl)); \
47 if ((fp)->sf_rc_timer_running && (fp)->sf_rc_timer_mp != NULL) { \
48 sctp_timer_stop((fp)->sf_rc_timer_mp); \
H A Dsctp_timer.c784 if (fp->sf_rc_timer_mp != NULL) { in sctp_free_faddr_timers()
785 sctp_timer_free(fp->sf_rc_timer_mp); in sctp_free_faddr_timers()
786 fp->sf_rc_timer_mp = NULL; in sctp_free_faddr_timers()
H A Dsctp_common.c818 if (fp->sf_rc_timer_mp != NULL) { in sctp_unlink_faddr()
819 sctp_timer_free(fp->sf_rc_timer_mp); in sctp_unlink_faddr()
820 fp->sf_rc_timer_mp = NULL; in sctp_unlink_faddr()
1840 fp->sf_rc_timer_mp = NULL; in faddr_constructor()
1855 ASSERT(fp->sf_rc_timer_mp == NULL); in faddr_destructor()
H A Dsctp_impl.h577 mblk_t *sf_rc_timer_mp; /* reliable control chunk timer */ member