Home
last modified time | relevance | path

Searched refs:dl_mnh (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c672 if (dlp->dl_mnh != NULL) in i_dls_link_destroy()
673 mac_notify_remove(dlp->dl_mnh, B_TRUE); in i_dls_link_destroy()
686 dlp->dl_mnh = NULL; in i_dls_link_destroy()
727 dlp->dl_mnh = mac_notify_add(dlp->dl_mh, dls_link_notify, dlp); in i_dls_link_create()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h54 mac_notify_handle_t dl_mnh; /* SL */ member