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

/freebsd-10-stable/sys/kern/
H A Duipc_mbuf.c416 * Sanitize, 0 to run M_SANITY_ACTION, 1 to garble things so they
427 #define M_SANITY_ACTION(s) panic("mbuf %p: " s, m) macro
429 #define M_SANITY_ACTION(s) printf("mbuf %p: " s, m) macro
444 M_SANITY_ACTION("m_data outside mbuf data range left");
446 M_SANITY_ACTION("m_data outside mbuf data range right");
448 M_SANITY_ACTION("m_data + m_len exeeds mbuf space");
456 M_SANITY_ACTION("m->m_nextpkt on in-chain mbuf");
470 M_SANITY_ACTION("m_tags on in-chain mbuf");
480 M_SANITY_ACTION("M_PKTHDR on in-chain mbuf");
488 M_SANITY_ACTION("m_pkthd
492 #undef M_SANITY_ACTION macro
[all...]

Completed in 95 milliseconds