Lines Matching refs:pmp

149 	mblk_t *pmp = NULL, *savemp = mp;  in gld_interpret_ether()  local
183 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
191 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_ether()
304 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_ether()
305 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
313 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_ether()
326 if (pmp != NULL) in gld_interpret_ether()
327 freemsg(pmp); in gld_interpret_ether()
589 mblk_t *pmp = NULL; in gld_interpret_ib() local
643 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
653 mp = pmp; in gld_interpret_ib()
697 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
707 mp = pmp; in gld_interpret_ib()
796 if (pmp != NULL) in gld_interpret_ib()
797 freemsg(pmp); in gld_interpret_ib()
944 mblk_t *pmp = NULL; in gld_interpret_fddi() local
964 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
972 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_fddi()
1018 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_fddi()
1019 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
1027 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_fddi()
1049 if (pmp != NULL) in gld_interpret_fddi()
1050 freemsg(pmp); in gld_interpret_fddi()
1318 mblk_t *pmp = NULL; in gld_interpret_tr() local
1339 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1347 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_tr()
1400 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_tr()
1401 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1409 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_tr()
1455 if (pmp != NULL) in gld_interpret_tr()
1456 freemsg(pmp); in gld_interpret_tr()
1469 mblk_t *nmp, *llcmp, *pmp = NULL; in gld_unitdata_tr() local
1508 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()
1509 if (pmp == NULL) { in gld_unitdata_tr()
1532 if (pmp != NULL) in gld_unitdata_tr()
1533 freemsg(pmp); in gld_unitdata_tr()
1567 if (pmp != NULL) in gld_unitdata_tr()
1568 freemsg(pmp); in gld_unitdata_tr()