MSIZE
ISA_ACCESSOR(msize, MSIZE, int)
mbcnt += MSIZE;
struct objcache_malloc_args mbuf_malloc_args = { MSIZE, M_MBUF };
mbstat[i].m_msize = MSIZE;
mbcnt += MSIZE;
mbcnt_sz = MSIZE;
if (sb_max < MSIZE + MCLBYTES) {
sb_max_adj = (u_quad_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES);
SB_MAX * MCLBYTES / (MSIZE + MCLBYTES); /* adjusted sb_max */
#define MLEN (MSIZE - sizeof(struct m_hdr)) /* normal data len */
#ifndef MSIZE
__mbcnt_sz = MSIZE; \
(sb)->sb_mbcnt += MSIZE; \
__mbcnt_sz = MSIZE; \
totmem = mbstat->m_mbufs * MSIZE + mbstat->m_clusters * MCLBYTES +
totpossible = MSIZE * nmbufs + nmbclusters * MCLBYTES +