Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h956 #define M_SIZE(m) \ macro
983 ((M_START(m) + M_SIZE(m)) - (mtod(m, caddr_t) + (m)->m_len)) : 0)
1459 return m_mtod_lower_bound(m) + M_SIZE(m); in m_mtod_upper_bound()
/xnu-11215.41.3/bsd/kern/
H A Duipc_mbuf.c6139 VERIFY(len <= M_SIZE(m));
6140 adjust = M_SIZE(m) - len;
/xnu-11215.41.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1403 ASSERT(M_SIZE(m_extra) == M16KCLBYTES); in convert_native_pktq_to_mbufs()