Searched refs:m_copyup (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/sys/ ! |
| H A D | mbuf.h | 1482 __private_extern__ struct mbuf *m_copyup(struct mbuf *, int, int);
|
| /xnu-8792.81.2/bsd/net/ ! |
| H A D | if_bridge.c | 6120 mc2 = m_copyup(mc2, i, ETHER_ALIGN); 6421 mc = m_copyup(mc, i, ETHER_ALIGN); 8840 if ((m = m_copyup(m, sizeof(struct ip), 8941 if ((m = m_copyup(m, sizeof(struct ip6_hdr),
|
| /xnu-8792.81.2/bsd/kern/ ! |
| H A D | uipc_mbuf.c | 5619 m_copyup(struct mbuf *n, int len, int dstoff) function
|