Home
last modified time | relevance | path

Searched refs:sctpt_sctp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c179 sctpt->sctpt_sctp = sctp; in sctp_timer_alloc()
207 sctp = sctpt->sctpt_sctp; in sctp_timer_fire()
263 SCTP_REFRELE(sctpt->sctpt_sctp); in sctp_timer_free()
297 SCTP_REFRELE(sctpt->sctpt_sctp); in sctp_timer_stop()
352 SCTP_REFHOLD(sctpt->sctpt_sctp); in sctp_timer_valid()
H A Dsctp_impl.h63 struct sctp_s *sctpt_sctp; /* The parameter we are to pass in */ member