Searched refs:llcmp (Results 1 – 1 of 1) sorted by relevance
1552 mblk_t *nmp, *llcmp, *pmp = NULL; in gld_unitdata_tr() local1580 llcmp = nmp = mp->b_cont; /* where the packet payload M_DATA is */ in gld_unitdata_tr()1590 if (MBLKL(llcmp) < LLC_HDR1_LEN) { in gld_unitdata_tr()1591 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()1628 llcmp = nmp; /* LLC header is going to be in this mblk */ in gld_unitdata_tr()1638 gld_rcc_send(macinfo, WR(gld->gld_qptr), dhost, &rh, llcmp->b_rptr); in gld_unitdata_tr()