Searched defs:sctp_ipif_refcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.h58 uint32_t sctp_ipif_refcnt; member in struct:sctp_ipif_s
133 (sctp_ipif)->sctp_ipif_refcnt++; \
139 ASSERT((sctp_ipif)->sctp_ipif_refcnt != 0); \
140 if (--(sctp_ipif)->sctp_ipif_refcnt == 0 && \

Completed in 44 milliseconds