Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_mbuf.c334 #define M_SANITY_ACTION(s) panic("mbuf %p: " s, m) in m_sanity() macro
336 #define M_SANITY_ACTION(s) printf("mbuf %p: " s, m) in m_sanity() macro
348 M_SANITY_ACTION("m_data outside mbuf data range left"); in m_sanity()
350 M_SANITY_ACTION("m_data outside mbuf data range right"); in m_sanity()
352 M_SANITY_ACTION("m_data + m_len exeeds mbuf space"); in m_sanity()
360 M_SANITY_ACTION("m->m_nextpkt on in-chain mbuf"); in m_sanity()
374 M_SANITY_ACTION("m_tags on in-chain mbuf"); in m_sanity()
384 M_SANITY_ACTION("M_PKTHDR on in-chain mbuf"); in m_sanity()
392 M_SANITY_ACTION("m_pkthdr.len != mbuf chain length"); in m_sanity()
396 #undef M_SANITY_ACTION in m_sanity()