Searched refs:m_leadingspace (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c1120 len = m_leadingspace(mlist);
1122 len = min(pad, m_leadingspace(mlist));
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h485 #define M_LEADINGSPACE(m) m_leadingspace(m)
1045 __private_extern__ int m_leadingspace(struct mbuf *);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c288 return m_leadingspace(mbuf);
H A Duipc_socket.c1722 MHLEN - m_leadingspace(m);
H A Duipc_mbuf.c4313 m_leadingspace(struct mbuf *m) function

Completed in 96 milliseconds