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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c16632 ill_t *ill_other = NULL; local
16670 ill_other = (isv6) ? phyi->phyint_illv4 : phyi->phyint_illv6;
16671 ASSERT(ill_other->ill_phyint != NULL);
16672 ASSERT((isv6 && !ill_other->ill_isv6) ||
16673 (!isv6 && ill_other->ill_isv6));
16674 GRAB_ILL_LOCKS(ill, ill_other);
16678 * ill_other->ill_phyint. But it is okay as we are assuming
16756 RELEASE_ILL_LOCKS(ill, ill_other);
H A Dip.c8875 ill_t *ill_other = ILL_OTHER(ill); local
8887 if (err == 0 && ill_other != NULL && IS_UNDER_IPMP(ill_other)) {

Completed in 130 milliseconds