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

/external/qemu/slirp/
H A Dmbuf.c104 } else if ((m->m_flags & M_FREELIST) == 0) {
106 m->m_flags = M_FREELIST; /* Clobber other flags */
H A Dmbuf.h114 #define M_FREELIST 0x02 /* mbuf is on free list */ macro
/external/qemu/slirp-android/
H A Dmbuf.c104 } else if ((m->m_flags & M_FREELIST) == 0) {
106 m->m_flags = M_FREELIST; /* Clobber other flags */
H A Dmbuf.h114 #define M_FREELIST 0x02 /* mbuf is on free list */ macro

Completed in 31 milliseconds