Searched refs:mnext (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c770 mblk_t *mi = *mop, *mnext; local
811 mnext = mi->b_cont; \
813 if ((mi = mnext) == NULL) { \
924 mnext = mi->b_cont;
926 mi = mnext;
H A Dbsd-comp.c1096 mblk_t *cmsg = *dmpp, *mnext; local
1141 mnext = cmsg->b_cont; \
1143 if ((cmsg = mnext) == NULL) { \
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c340 mblk_t *mnext; local
346 mnext = mp->b_next;
349 mp = mnext;

Completed in 1683 milliseconds