Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h970 #define M_SIZE(m) \ macro
997 ((M_START(m) + M_SIZE(m)) - (mtod(m, caddr_t) + (m)->m_len)) : 0)
1536 return m_mtod_lower_bound(m) + M_SIZE(m); in m_mtod_upper_bound()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2986 VERIFY(len <= M_SIZE(m)); in m_align()
2987 adjust = M_SIZE(m) - len; in m_align()
3139 n->m_len = MIN(n->m_len, M_SIZE(n)); in m_copym_mode()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1422 ASSERT(M_SIZE(m_extra) == M16KCLBYTES); in convert_native_pktq_to_mbufs()