Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dmbuf.h1581 __private_extern__ struct mbuf *m_normalize(struct mbuf *m);
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c7513 m_normalize(struct mbuf *m) function
/xnu-10002.1.13/bsd/net/
H A Ddlil.c7207 if ((m = m_normalize(m)) == NULL) { in dlil_output()