Searched refs:m_copydata (Results 51 - 75 of 126) sorted by relevance

123456

/freebsd-13-stable/sys/dev/xdma/
H A Dxdma_sg.c510 m_copydata(m, 0, m->m_pkthdr.len,
/freebsd-13-stable/sys/net/
H A Dif_stf.c334 m_copydata(m, 0, sizeof(ip), (caddr_t)&ip);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto.c657 m_copydata(m, hdrlen + IEEE80211_WEP_IVLEN, sizeof(keyid), &keyid);
H A Dieee80211_crypto_ccmp.c613 m_copydata(m, m->m_pkthdr.len - ccmp.ic_trailer, ccmp.ic_trailer, mic);
H A Dieee80211_freebsd.c537 m_copydata(m, 0, pktlen, mtod(n, caddr_t));
H A Dieee80211_superg.c303 m_copydata(m, 0, sizeof(uint32_t), (caddr_t) &ath);
/freebsd-13-stable/sys/netgraph/
H A Dng_async.c431 m_copydata(m, 0, 4, (caddr_t)buf);
H A Dng_patch.c367 m_copydata(m, offset, privp->conf->ops[i].length, (caddr_t) &val);
H A Dng_socket.c269 m_copydata(m, 0, len, (char *)msg);
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c3478 m_copydata(control, off, sizeof(cmh), (caddr_t)&cmh);
3503 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data);
3520 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3531 m_copydata(control, cmsg_data_off, sizeof(struct sctp_prinfo), (caddr_t)&prinfo);
3543 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3578 m_copydata(control, off, sizeof(cmh), (caddr_t)&cmh);
3598 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg);
3661 m_copydata(control, cmsg_data_off, sizeof(struct in_addr), (caddr_t)&sin.sin_addr);
3685 m_copydata(control, cmsg_data_off, sizeof(struct in6_addr), (caddr_t)&sin6.sin6_addr);
3749 m_copydata(contro
[all...]
H A Dip_icmp.c365 m_copydata(n, 0, icmplen, (caddr_t)&icp->icmp_ip);
H A Dip_input.c1021 m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t));
/freebsd-13-stable/sys/opencrypto/
H A Dcriov.c635 m_copydata(crp->crp_buf.cb_mbuf, off, size, dst);
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl_soft.c329 m_copydata(*r, 0, s, buf);
1101 m_copydata(ip->ip_data_mbuf, off, len, addr);
/freebsd-13-stable/sys/dev/ae/
H A Dif_ae.c1469 m_copydata(m0, 0, len, (caddr_t)(sc->txd_base + sc->txd_cur));
1471 m_copydata(m0, 0, to_end, (caddr_t)(sc->txd_base +
1473 m_copydata(m0, to_end, len - to_end, (caddr_t)sc->txd_base);
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c1591 m_copydata(data, 0, size, (caddr_t) op + sizeof(*op));
1711 m_copydata(data, 0, size, (caddr_t) op + sizeof(*op));
/freebsd-13-stable/sys/kern/
H A Duipc_ktls.c1612 m_copydata(sb->sb_mtls, 0, sizeof(hdr), (void *)&hdr);
1757 m_copydata(sb->sb_mtls, 0, tls->params.tls_hlen, tls_header);
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_ure.c1729 m_copydata(m, offsetof(struct ether_header, ether_type),
1752 m_copydata(m, l3off, sizeof ip, (caddr_t)&ip);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c615 m_copydata(m, 0, m->m_pkthdr.len, state->tx_buffers[state->tx_write_index]);
/freebsd-13-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c233 m_copydata(m, 0, m->m_pkthdr.len, sc->nf10bmac_tx_buf);
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_generic.c1000 m_copydata(m, ofs, copy, nmaddr);
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c366 m_copydata(ip->ip_data_mbuf, off, len, addr);
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c864 m_copydata(mbuf, 0, *header_len, tx_ring->push_buf_intermediate_buf);
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Disc_soc.c476 m_copydata(pq->mp,
/freebsd-13-stable/sys/rpc/
H A Dclnt_dg.c1100 m_copydata(m, 0, sizeof(xid), (char *)&xid);

Completed in 430 milliseconds

123456