Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2434 int mbcnt = m_capacity(m); in sballoc()
2458 int mbcnt = m_capacity(m); in sbfree()
H A Duipc_mbuf.c3740 rawlen += m_capacity(m); in m_chain_capacity()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1546 m_capacity(const struct mbuf *m) in m_capacity() function
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c995 mbcnt += m_capacity(m0); in cfil_data_length()