Searched refs:attach_mp (Results 1 – 2 of 2) sorted by relevance
2256 mblk_t *attach_mp = NULL; in ill_dl_phys() local2336 attach_mp = ip_dlpi_alloc(sizeof (dl_attach_req_t), in ill_dl_phys()2338 if (attach_mp == NULL) in ill_dl_phys()2340 ((dl_attach_req_t *)attach_mp->b_rptr)->dl_ppa = ill->ill_ppa; in ill_dl_phys()2359 if (attach_mp != NULL) { in ill_dl_phys()2361 ill_dlpi_send(ill, attach_mp); in ill_dl_phys()2392 freemsg(attach_mp); in ill_dl_phys()
1384 mblk_t *attach_mp = NULL; in arp_ll_up() local1401 attach_mp = in arp_ll_up()1403 if (attach_mp == NULL) in arp_ll_up()1405 ((dl_attach_req_t *)attach_mp->b_rptr)->dl_ppa = arl->arl_ppa; in arp_ll_up()1419 arp_dlpi_send(arl, attach_mp); in arp_ll_up()1429 freemsg(attach_mp); in arp_ll_up()