Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dmbuf.h976 #define MCHTYPE(m, t) m_mchtype(m, t)
1582 __private_extern__ void m_mchtype(struct mbuf *m, int t);
/xnu-10002.1.13/bsd/kern/
H A Dkpi_mbuf.c643 m_mchtype(mbuf, new_type); in mbuf_settype()
H A Duipc_mbuf.c7744 m_mchtype(struct mbuf *m, int t) function
/xnu-10002.1.13/bsd/netinet6/
H A Dipsec.c4562 m_mchtype(m, MT_DATA); in ipsec4_splithdr()
4600 m_mchtype(m, MT_DATA); in ipsec6_splithdr()