Lines Matching refs:hmp
792 mblk_t *hmp; in i_dld_ether_header_update_tag() local
813 hmp = msgpullup(mp, -1); in i_dld_ether_header_update_tag()
814 if ((hmp == NULL) || (MBLKL(hmp) < len)) { in i_dld_ether_header_update_tag()
815 freemsg(hmp); in i_dld_ether_header_update_tag()
819 mp = hmp; in i_dld_ether_header_update_tag()
836 hmp = allocb(sizeof (struct ether_vlan_header), BPRI_MED); in i_dld_ether_header_update_tag()
837 if (hmp == NULL) in i_dld_ether_header_update_tag()
840 evhp = (struct ether_vlan_header *)hmp->b_rptr; in i_dld_ether_header_update_tag()
850 hmp->b_wptr += sizeof (struct ether_vlan_header); in i_dld_ether_header_update_tag()
858 hmp->b_cont = mp->b_cont; in i_dld_ether_header_update_tag()
861 hmp->b_cont = mp; in i_dld_ether_header_update_tag()
863 mp = hmp; in i_dld_ether_header_update_tag()
2180 mblk_t *hmp; in ioc_fast() local
2230 if ((hmp = dls_header(dsp, addr, sap, 0, NULL)) == NULL) { in ioc_fast()
2257 nmp->b_cont = hmp; in ioc_fast()
2259 miocack(q, mp, MBLKL(nmp) + MBLKL(hmp), 0); in ioc_fast()