Home
last modified time | relevance | path

Searched refs:mb_count (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_mchain.c127 mbp->mb_count += size; in mb_reserve()
248 mbp->mb_count += dstlen; in mb_put_mem()
260 mbp->mb_count += m->m_len; in mb_put_mbuf()
/f-stack/freebsd/sys/
H A Dmchain.h54 int mb_count; /* total number of bytes */ member