Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/sys/
H A Dmbuf.h1556 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
/xnu-10002.81.5/bsd/net/
H A Dif_bridge.c6239 mc2 = m_copyup(mc2, i, ETHER_ALIGN);
6540 mc = m_copyup(mc, i, ETHER_ALIGN);
9026 if ((m = m_copyup(m, sizeof(struct ip),
9127 if ((m = m_copyup(m, sizeof(struct ip6_hdr),
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c6665 m_copyup(struct mbuf *n, int len, int dstoff) function