Searched refs:m_trailingspace (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dnet_stubs.c349 STUB(m_trailingspace); variable
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h716 #define M_TRAILINGSPACE(m) m_trailingspace(m)
1279 __private_extern__ int m_trailingspace(struct mbuf *);
/xnu-2782.1.97/bsd/kern/
H A Dkpi_mbuf.c293 /* This function is used to provide m_trailingspace via symbol indirection,
299 return m_trailingspace(mbuf);
H A Duipc_mbuf.c4470 m_trailingspace(struct mbuf *m) function

Completed in 48 milliseconds