Searched refs:oipif (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c894 * Walk the list of SCTPs and find each that has oipif in it's saddr list, and
898 sctp_update_saddrs(sctp_ipif_t *oipif, sctp_ipif_t *nipif, int idx, argument
908 while (sctp != NULL && oipif->sctp_ipif_refcnt > 0) {
926 if (sobj->saddr_ipifp == oipif) {
929 ASSERT(oipif->sctp_ipif_refcnt > 0);
931 oipif->sctp_ipif_refcnt--;

Completed in 71 milliseconds