Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c779 if (fp->sf_timer_mp != NULL) { in sctp_free_faddr_timers()
780 sctp_timer_free(fp->sf_timer_mp); in sctp_free_faddr_timers()
781 fp->sf_timer_mp = NULL; in sctp_free_faddr_timers()
H A Dsctp_common.c813 if (fp->sf_timer_mp != NULL) { in sctp_unlink_faddr()
814 sctp_timer_free(fp->sf_timer_mp); in sctp_unlink_faddr()
815 fp->sf_timer_mp = NULL; in sctp_unlink_faddr()
1817 fp->sf_timer_mp = timer_mp; in sctp_init_faddr()
1837 fp->sf_timer_mp = NULL; in faddr_constructor()
1852 ASSERT(fp->sf_timer_mp == NULL); in faddr_destructor()
H A Dsctp_impl.h148 sctp_timer((sctp), (fp)->sf_timer_mp, (intvl)); \
153 ASSERT((fp)->sf_timer_mp != NULL); \
155 sctp_timer_stop((fp)->sf_timer_mp); \
566 mblk_t *sf_timer_mp; /* retransmission timer control */ member
H A Dsctp_input.c4399 sctp->sctp_current->sf_timer_mp != NULL) { in sctp_input_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c166 mdb_printf("timer_mp\t%?p\tixa\t\t%?p\n", fa->sf_timer_mp, fa->sf_ixa); in sctp_faddr()