Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1694 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c6224 mc = m_copyup(mc, i, ETHER_ALIGN);
8986 if ((m = m_copyup(m, sizeof(struct ip),
9087 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.41.6/bsd/kern/
H A Duipc_mbuf.c3552 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() function