Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h1508 __private_extern__ struct mbuf *m_normalize(struct mbuf *m);
/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf.c6502 m_normalize(struct mbuf *m) function
/xnu-8796.141.3/bsd/net/
H A Ddlil.c6916 if ((m = m_normalize(m)) == NULL) { in dlil_output()