Lines Matching refs:pmp
150 mblk_t *pmp = NULL, *savemp = mp; in gld_interpret_ether() local
184 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
192 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_ether()
305 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_ether()
306 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ether()
314 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_ether()
327 if (pmp != NULL) in gld_interpret_ether()
328 freemsg(pmp); in gld_interpret_ether()
590 mblk_t *pmp = NULL; in gld_interpret_ib() local
644 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
654 mp = pmp; in gld_interpret_ib()
698 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_ib()
708 mp = pmp; in gld_interpret_ib()
797 if (pmp != NULL) in gld_interpret_ib()
798 freemsg(pmp); in gld_interpret_ib()
1027 mblk_t *pmp = NULL; in gld_interpret_fddi() local
1047 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
1055 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_fddi()
1101 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_fddi()
1102 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_fddi()
1110 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_fddi()
1132 if (pmp != NULL) in gld_interpret_fddi()
1133 freemsg(pmp); in gld_interpret_fddi()
1401 mblk_t *pmp = NULL; in gld_interpret_tr() local
1422 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1430 mp = pmp; /* this mblk contains the whole mac header */ in gld_interpret_tr()
1483 ASSERT(pmp == NULL); /* couldn't have done msgpullup above */ in gld_interpret_tr()
1484 if ((pmp = msgpullup(mp, -1)) == NULL) { in gld_interpret_tr()
1492 mp = pmp; /* this mblk should contain everything needed */ in gld_interpret_tr()
1538 if (pmp != NULL) in gld_interpret_tr()
1539 freemsg(pmp); in gld_interpret_tr()
1552 mblk_t *nmp, *llcmp, *pmp = NULL; in gld_unitdata_tr() local
1591 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()
1592 if (pmp == NULL) { in gld_unitdata_tr()
1615 if (pmp != NULL) in gld_unitdata_tr()
1616 freemsg(pmp); in gld_unitdata_tr()
1650 if (pmp != NULL) in gld_unitdata_tr()
1651 freemsg(pmp); in gld_unitdata_tr()