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

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c385 * Sanitize, 0 to run M_SANITY_ACTION, 1 to garble things so they
400 #define M_SANITY_ACTION(s) panic("mbuf %p: " s, m) macro
402 #define M_SANITY_ACTION(s) printf("mbuf %p: " s, m) macro
417 M_SANITY_ACTION("m_data outside mbuf data range left");
419 M_SANITY_ACTION("m_data outside mbuf data range right");
421 M_SANITY_ACTION("m_data + m_len exeeds mbuf space");
425 M_SANITY_ACTION("m_pkthdr.header outside mbuf data range");
438 M_SANITY_ACTION("m->m_nextpkt on in-chain mbuf");
452 M_SANITY_ACTION("m_tags on in-chain mbuf");
462 M_SANITY_ACTION("M_PKTHD
474 #undef M_SANITY_ACTION macro
[all...]

Completed in 33 milliseconds