M_SANITY_ACTION
#define M_SANITY_ACTION(s) panic("mbuf %p: " s, m)
#define M_SANITY_ACTION(s) printf("mbuf %p: " s, m)
#undef M_SANITY_ACTION