Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mbuf.c296 #define M_SANITY_ACTION(s) panic("mbuf %p: " s, m) in m_sanity() macro
298 #define M_SANITY_ACTION(s) printf("mbuf %p: " s, m) in m_sanity() macro
310 M_SANITY_ACTION("m_data outside mbuf data range left"); in m_sanity()
312 M_SANITY_ACTION("m_data outside mbuf data range right"); in m_sanity()
314 M_SANITY_ACTION("m_data + m_len exeeds mbuf space"); in m_sanity()
322 M_SANITY_ACTION("m->m_nextpkt on in-chain mbuf"); in m_sanity()
336 M_SANITY_ACTION("m_tags on in-chain mbuf"); in m_sanity()
346 M_SANITY_ACTION("M_PKTHDR on in-chain mbuf"); in m_sanity()
354 M_SANITY_ACTION("m_pkthdr.len != mbuf chain length"); in m_sanity()
358 #undef M_SANITY_ACTION in m_sanity()