Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnet_stubs.c389 STUB(m_mtod);
/xnu-12377.81.4/bsd/netinet/
H A Dkpi_ipfilter.c610 vers = (*(u_int8_t *)m_mtod(m)) >> 4; in ipf_inject_output()
/xnu-12377.81.4/bsd/sys/
H A Dmbuf.h1497 extern void *__unsafe_indexable m_mtod(struct mbuf *);
/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf.c4446 m_mtod(struct mbuf *m) in m_mtod() function