HomeSort by relevance Sort by last modified time
    Searched refs:sctp_ipif_refcnt (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_addr.h 58 uint32_t sctp_ipif_refcnt; member in struct:sctp_ipif_s
132 atomic_add_32(&(sctp_ipif)->sctp_ipif_refcnt, 1); \
137 ASSERT((sctp_ipif)->sctp_ipif_refcnt != 0); \
138 if (--(sctp_ipif)->sctp_ipif_refcnt == 0 && \
sctp_addr.c 128 sctp_ipif->sctp_ipif_refcnt != 0) {
880 while (sctp != NULL && oipif->sctp_ipif_refcnt > 0) {
901 ASSERT(oipif->sctp_ipif_refcnt > 0);
903 oipif->sctp_ipif_refcnt--;
945 &ipif->sctp_ipif_saddr) && sipif->sctp_ipif_refcnt > 0 &&
1052 if (osctp_ipif->sctp_ipif_refcnt != 0) {
    [all...]

Completed in 239 milliseconds