MSIZE             113 kern/uipc_mbuf.c 	pool_init(&mbpool, MSIZE, 0, 0, 0, "mbpl", NULL);
MSIZE             393 kern/uipc_socket2.c 	sb->sb_mbmax = min(cc * 2, sb_max + (sb_max / MCLBYTES) * MSIZE);
MSIZE             571 kern/uipc_socket2.c 		mbcnt += MSIZE;
MSIZE              49 sys/mbuf.h     #define	MLEN		(MSIZE - sizeof(struct m_hdr))	/* normal data len */
MSIZE             185 sys/socketvar.h 	(sb)->sb_mbcnt += MSIZE; \
MSIZE             195 sys/socketvar.h 	(sb)->sb_mbcnt -= MSIZE; \