Home
last modified time | relevance | path

Searched refs:ILL_DOWN_OK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c587 if (ILL_DOWN_OK(ill)) { in ncec_inactive()
5007 if (ILL_DOWN_OK(ill)) { in nce_inactive()
H A Dip_ire.c1693 if (ILL_DOWN_OK(ill)) { in ire_inactive()
H A Dip_if.c4849 if (!ILL_DOWN_OK(ill) || ill->ill_refcnt != 0) { in ill_is_quiescent()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1848 #define ILL_DOWN_OK(ill) \ macro