Searched refs:sf_rc_timer_mp (Results 1 – 4 of 4) sorted by relevance
33 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); \
784 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()
816 if (fp->sf_rc_timer_mp != NULL) { in sctp_unlink_faddr()817 sctp_timer_free(fp->sf_rc_timer_mp); in sctp_unlink_faddr()818 fp->sf_rc_timer_mp = NULL; in sctp_unlink_faddr()1838 fp->sf_rc_timer_mp = NULL; in faddr_constructor()1853 ASSERT(fp->sf_rc_timer_mp == NULL); in faddr_destructor()
577 mblk_t *sf_rc_timer_mp; /* reliable control chunk timer */ member