DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_m_freem
sys/sys/mbuf.h
529
void _m_freem(struct mbuf *, const char *name);
sys/sys/mbuf.h
562
#define m_freem(m) _m_freem(m, __func__)