Searched refs:m_copym (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.c172 nam = m_copym(nam, 0, M_COPYALL, M_WAITOK);
H A Dpf_norm.c806 *m0 = m_copym(m, 0, h->ip_hl << 2, M_NOWAIT);
1334 *m0 = m_copym(m, 0, hlen, M_NOWAIT);
H A Dif_bridge.c489 #define m_copypacket(m, how) m_copym(m, 0, M_COPYALL, how)
H A Dpf.c7637 if ((m0 = m_copym(*m, 0, M_COPYALL, M_NOWAIT)) == NULL)
7851 if ((m0 = m_copym(*m, 0, M_COPYALL, M_NOWAIT)) == NULL)
/darwin-on-arm/xnu/bsd/netat/
H A Dsysglue.h203 #define gbuf_dupb_wait(m, wait) ((gbuf_t *)m_copym(m, 0, gbuf_len(m), (wait)? M_WAIT: M_DONTWAIT))
207 /* *** was ((gbuf_t *)m_copym(mlist, 0, M_COPYALL, M_DONTWAIT)) *** */
H A Dsys_glue.c1099 if ((m1->m_next = m_copym(m2, 0, m2->m_len,
1130 new_m = m_copym(mlist, 0, M_COPYALL, M_DONTWAIT);
1134 new_m = m_copym(mlist, 0, M_COPYALL, M_DONTWAIT);
H A Datp_write.c512 if ((m1 = m_copym(m0, offset, len, M_DONTWAIT)) == 0) {
779 if ((m1 = m_copym(m0, offset, len, wait)) == 0) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_output.c168 * compromise two m_copym(). we will be going through every byte of
171 mcopy = m_copym(m, 0, M_COPYALL, M_NOWAIT);
176 md0 = m_copym(md, 0, M_COPYALL, M_NOWAIT);
H A Dicmp6.c706 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
779 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
802 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
825 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
848 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
871 if ((n = m_copym(m, 0, M_COPYALL, M_DONTWAIT)) == NULL) {
H A Dip6_output.c1713 n = m_copym(m0, sizeof(struct ip6_hdr),
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h506 #define m_copy(m, o, l) m_copym((m), (o), (l), M_DONTWAIT)
677 u_int32_t m_mcfail; /* times m_copym failed */
699 u_int32_t m_mcfail; /* times m_copym failed */
875 extern struct mbuf *m_copym(struct mbuf *, int, int, int);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c256 o = m_copym(n, off, n->m_len - off, M_DONTWAIT);
H A Dkpi_mbuf.c305 *new_mbuf = m_copym(src, offset, len, how);
H A Dkern_event.c2917 m2 = m_copym(m, 0, m->m_len, M_NOWAIT);
H A Duipc_socket.c2514 *mp = m_copym(m, 0, len, copy_flag);
H A Duipc_mbuf.c4392 m_copym(struct mbuf *m, int off0, int len, int wait) function
4400 panic("m_copym: invalid offset %d or len %d", off, len);
4409 panic("m_copym: invalid mbuf chain");
4419 panic("m_copym: len != M_COPYALL");
4477 * Equivalent to m_copym except that all necessary mbuf hdrs are allocated
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c2043 n = m_copym(m, mhp->extoff[idx], mhp->extlen[idx],
2555 n->m_next = m_copym(m, mhp->extoff[SADB_X_EXT_POLICY],

Completed in 273 milliseconds