Searched refs:m_copyup (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mbuf.h | 1646 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | if_bridge.c | 6206 mc = m_copyup(mc, i, ETHER_ALIGN); 8958 if ((m = m_copyup(m, sizeof(struct ip), 9059 if ((m = m_copyup(m, sizeof(struct ip6_hdr),
|
| H A D | if_fake.c | 3792 m = m_copyup(m, ETHER_HDR_LEN, 0); in feth_output_common()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf.c | 6762 m_copyup(struct mbuf *n, int len, int dstoff) function
|