_m_free
m = _m_free(m, func);
struct mbuf *_m_free(struct mbuf *, const char *name);
#define m_free(m) _m_free(m, __func__)