Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h919 #define MCHTYPE(m, t) m_mchtype(m, t)
1509 __private_extern__ void m_mchtype(struct mbuf *m, int t);
/xnu-8796.141.3/bsd/kern/
H A Dkpi_mbuf.c641 m_mchtype(mbuf, new_type); in mbuf_settype()
H A Duipc_mbuf.c6733 m_mchtype(struct mbuf *m, int t) function
/xnu-8796.141.3/bsd/netinet6/
H A Dipsec.c4278 m_mchtype(m, MT_DATA); in ipsec4_splithdr()
4316 m_mchtype(m, MT_DATA); in ipsec6_splithdr()