Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Ddlil_output.c369 if ((m = m_normalize(m)) == NULL) { in dlil_output()
/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h1669 __private_extern__ struct mbuf *m_normalize(struct mbuf *m);
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c7561 m_normalize(struct mbuf *m) function