Home
last modified time | relevance | path

Searched refs:m_normalize (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1503 __private_extern__ struct mbuf *m_normalize(struct mbuf *m);
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c6474 m_normalize(struct mbuf *m) function
/xnu-8020.140.41/bsd/net/
H A Ddlil.c6691 if ((m = m_normalize(m)) == NULL) { in dlil_output()