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

/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c3865 mc2 = m_copyup(mc2, i, ETHER_ALIGN);
4151 mc = m_copyup(mc, i, ETHER_ALIGN);
5012 if ((m = m_copyup(m, sizeof (struct ip),
5110 if ((m = m_copyup(m, sizeof (struct ip6_hdr),
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1024 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c4810 m_copyup(struct mbuf *n, int len, int dstoff) function

Completed in 39 milliseconds