Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h917 #define MCHTYPE(m, t) m_mchtype(m, t)
1504 __private_extern__ void m_mchtype(struct mbuf *m, int t);
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c641 m_mchtype(mbuf, new_type); in mbuf_settype()
H A Duipc_mbuf.c6705 m_mchtype(struct mbuf *m, int t) function
/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.c4259 m_mchtype(m, MT_DATA); in ipsec4_splithdr()
4297 m_mchtype(m, MT_DATA); in ipsec6_splithdr()