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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c323 mblk_t *chunk_mp; local
362 chunk_mp = mdblk->b_cont;
372 ASSERT(chunk_mp->b_next != NULL);
373 mdblk->b_cont = chunk_mp->b_next;
374 chunk_mp->b_next = NULL;
408 chunk_head = chunk_mp;
412 while (chunk_mp != NULL && ((count - MBLKL(chunk_mp)) >= 0)) {
413 count -= MBLKL(chunk_mp);
414 chunk_tail = chunk_mp;
[all...]

Completed in 70 milliseconds