Home
last modified time | relevance | path

Searched refs:mbuf_max (Results 1 – 5 of 5) sorted by relevance

/external/qemu/slirp/
Dmbuf.c23 int mbuf_max = 0; variable
60 if (mbuf_alloced > mbuf_max) in m_get()
61 mbuf_max = mbuf_alloced; in m_get()
Dmbuf.h131 extern int mbuf_max;
Ddebug.c281 lprint(" %6d mbufs allocated (%d max)\r\n", mbuf_alloced, mbuf_max); in mbufstats()
/external/qemu/slirp-android/
Dmbuf.c23 int mbuf_max = 0; variable
60 if (mbuf_alloced > mbuf_max) in m_get()
61 mbuf_max = mbuf_alloced; in m_get()
Dmbuf.h131 extern int mbuf_max;