Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2259 mblk_t *notify_mp = NULL; in ill_dl_phys() local
2294 notify_mp = ip_dlpi_alloc(sizeof (dl_notify_req_t) + sizeof (long), in ill_dl_phys()
2296 if (notify_mp == NULL) in ill_dl_phys()
2298 ((dl_notify_req_t *)notify_mp->b_rptr)->dl_notifications = in ill_dl_phys()
2378 ill_dlpi_send(ill, notify_mp); in ill_dl_phys()
2396 freemsg(notify_mp); in ill_dl_phys()