Searched refs:m_copyup (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1694 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_bridge.c | 6224 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 D | if_fake.c | 3828 m = m_copyup(m, ETHER_HDR_LEN, 0); in feth_output_common()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 3552 m_copyup(struct mbuf *n, int len, int dstoff) in m_copyup() function
|