Lines Matching defs:hmp
320 mblk_t *hmp;
333 hmp = allocb(sizeof (struct ether_vlan_header), BPRI_MED);
334 if (hmp == NULL) {
339 evhp = (struct ether_vlan_header *)hmp->b_rptr;
346 hmp->b_wptr += sizeof (struct ether_vlan_header);
354 (void) hcksum_assoc(hmp, NULL, NULL, start, stuff, end, value, flags,
357 hmp->b_cont = mp->b_cont;
360 hmp->b_cont = mp;
362 ASSERT(MBLKL(hmp) >= sizeof (struct ether_vlan_header));
369 return (hmp);