Searched refs:next_mp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c174 mblk_t *next_mp; local
255 next_mp = mp;
258 pre_mp = next_mp;
259 next_mp = next_mp->b_cont;
260 len += MBLKL(next_mp);
270 hdr_frag_len = cur_context.hdr_len - (len - MBLKL(next_mp));
292 if ((next_mp != mp) ||
293 (P2NPHASE((uintptr_t)next_mp->b_rptr,
305 bcopy(next_mp
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c379 mblk_t *next_mp, **prev, *mp; local
385 next_mp = mp->b_next;
388 freemsgchain(next_mp);
393 mp = mp->b_next = next_mp;
434 mblk_t *mp, *next_mp, **prev; local
440 next_mp = mp->b_next;
443 freemsgchain(next_mp);
448 mp = mp->b_next = next_mp;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c113 mblk_t *current_mp, *next_mp, *nmp; local
279 next_mp = current_mp->b_cont;
280 eop = (next_mp == NULL); /* Last fragment of the packet? */
281 next_len = eop ? 0: MBLKL(next_mp);
295 current_mp = next_mp;
385 current_mp = next_mp;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c94 mblk_t *current_mp, *next_mp, *nmp, *pull_mp = NULL; local
268 next_mp = current_mp->b_cont;
269 eop = (next_mp == NULL); /* Last fragment of the packet? */
270 next_len = eop ? 0: MBLKL(next_mp);
284 current_mp = next_mp;
374 current_mp = next_mp;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2363 mblk_t *next_mp; local
2367 next_mp = mp->b_next;
2370 mp = next_mp;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c565 mblk_t *next_mp; local
575 next_mp = mp->b_cont;
632 } while (start = end, mp = next_mp);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c6501 mblk_t *next_mp; local
6509 next_mp = mp->b_cont;
6564 } while (start = end, mp = next_mp);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c6676 mblk_t *next_mp; local
6725 next_mp = mp->b_cont;
6750 ipf->ipf_mp->b_cont = next_mp;
6768 if (next_mp)
6818 } else if (start == offset && next_mp == NULL)
6987 } while (start = end, mp = next_mp);

Completed in 160 milliseconds