Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h1646 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
/xnu-11417.121.6/bsd/net/
H A Dif_bridge.c6123 mc = m_copyup(mc, i, ETHER_ALIGN);
8875 if ((m = m_copyup(m, sizeof(struct ip),
8976 if ((m = m_copyup(m, sizeof(struct ip6_hdr),
H A Dif_fake.c3792 m = m_copyup(m, ETHER_HDR_LEN, 0); in feth_output_common()
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c6762 m_copyup(struct mbuf *n, int len, int dstoff) function