Home
last modified time | relevance | path

Searched refs:MT_NOINIT (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h529 #define MT_NOINIT 255 /* Not a type but a flag to allocate macro
/f-stack/freebsd/sys/
H A Dmbuf.h738 #define MT_NOINIT 255 /* Not a type but a flag to allocate macro
/f-stack/freebsd/kern/
H A Dkern_mbuf.c641 if (type == MT_NOINIT) in mb_ctor_mbuf()
/f-stack/freebsd/net/
H A Diflib.c2085 m = m_gethdr(M_NOWAIT, MT_NOINIT); in iflib_fl_refill()