Searched refs:m_copyback (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2342 m_copyback(m, off + sizeof (*th), thoptlen, opts);
4411 m_copyback(m, off, hdrlen, pd->hdr.any);
5075 m_copyback(m, off, hdrlen, pd->hdr.any);
5698 m_copyback(m, off, plen, &cm);
6307 m_copyback(m, off, sizeof (*th), th);
6451 m_copyback(m, off, sizeof (*uh), uh);
6545 m_copyback(m, off, ICMP_MINLEN,
6558 m_copyback(m, off,
6581 m_copyback(m, off, ICMP_MINLEN,
6594 m_copyback(
[all...]
H A Dpf_norm.c2220 m_copyback(mw, off, sizeof (*th), th);
2451 m_copyback(m, optoff, optlen, hdr + sizeof (*th));
2798 m_copyback(mw, off + sizeof (*th), thoff - sizeof (*th), opts);
H A Drtsock.c709 m_copyback(m, 0, rtm->rtm_msglen, (caddr_t)rtm);
1079 m_copyback(m, len, dlen, (caddr_t)sa);
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c358 m_copyback(m, ivoff, ivlen, sav->iv);
H A Desp_core.c829 m_copyback(m, ivoff, ivlen, (caddr_t) iv);
H A Dip6_output.c1597 m_copyback(m, offset, sizeof(csum), &csum);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h294 extern void m_copyback(struct mbuf *, int, int, caddr_t);
H A Dip_output.c2059 printf("delayed m_copyback, m->len: %d off: %d p: %d\n",
2063 m_copyback(m, offset + ip_offset, 2, tmp);
2113 m_copyback(m, ip_offset + offsetof(struct ip, ip_sum), 2,
2175 printf("in_cksum_offset m_copyback, m->len: %u off: %lu "
2180 m_copyback(m, ip_offset + offsetof(struct ip, ip_sum), 2, tmp);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1051 __private_extern__ void m_copyback(struct mbuf *, int, int, const void *);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c5144 m_copyback(struct mbuf *m0, int off, int len, const void *cp) function
5162 panic("m_copyback");
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c4406 m_copyback(m, 0, l, p);

Completed in 192 milliseconds