Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h1694 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
/xnu-12377.1.9/bsd/net/
H A Dif_bridge.c6215 mc = m_copyup(mc, i, ETHER_ALIGN);
8977 if ((m = m_copyup(m, sizeof(struct ip),
9078 if ((m = m_copyup(m, sizeof(struct ip6_hdr),
H A Dif_fake.c3828 m = m_copyup(m, ETHER_HDR_LEN, 0); in feth_output_common()
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf.c3552 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() function