Searched refs:m_copydata (Results 76 - 100 of 126) sorted by relevance

123456

/freebsd-13-stable/sys/netipsec/
H A Dkey.c1882 m_copydata(m, 0, sizeof(struct sadb_msg),
1891 m_copydata(m, mhp->extoff[idx], mhp->extlen[idx],
2332 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
4950 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
7159 m_copydata(m, 0, sizeof(struct sadb_msg), mtod(n, caddr_t) + off);
7792 m_copydata(m, 0, m->m_pkthdr.len, mtod(n, caddr_t));
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c836 m_copydata(sndptr, 0, plen, (void *)(txwr + 1));
1033 m_copydata(sndptr, 0, plen, (void *)(txwr + 1));
H A Dt4_tls.c1492 m_copydata(sndptr, sndptroff, sizeof(thdr), (caddr_t)&thdr);
1631 m_copydata(sndptr, sndptroff + TLS_HEADER_LENGTH,
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.c563 m_copydata(mp, ehdrlen, sizeof(struct ip), buf);
604 m_copydata(mp, ehdrlen, sizeof (struct ip6_hdr),
/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c1286 m_copydata(m, off + sizeof(struct icmp6_nodeinfo),
2072 m_copydata(m, 0, sizeof(nip6), (caddr_t)&nip6);
H A Dudp6_usrreq.c601 m_copydata(m, off, sizeof(*uhp), (caddr_t)&uh);
H A Dnd6.c577 m_copydata(m, 0, sizeof(hdr), (caddr_t)&hdr);
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c1759 m_copydata(m, 0, pi->ip_off + sizeof(*pi->ip),
1769 m_copydata(m, 0, pi->ip_off + pi->ip_hlen +
1779 m_copydata(m, 0, pi->ip_off + sizeof(*pi->ip6),
1797 m_copydata(m, 0, pi->ip_off + pi->ip_hlen +
/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto_tkip.c424 m_copydata(m, m->m_pkthdr.len - tkip.ic_miclen,
H A Dieee80211_output.c1266 /* XXX m_copydata may be too slow for fast path */
1274 m_copydata(m, sizeof(struct ether_header) +
1287 m_copydata(m, sizeof(struct ether_header) +
2015 m_copydata(m0, off, payload, mtod(m, uint8_t *) + hdrspace);
/freebsd-13-stable/sys/netinet/
H A Dip_output.c1071 m_copydata(m, offset + offsetof(struct udphdr,
H A Dsctputil.c7299 m_copydata(ip6cp->ip6c_m,
7305 m_copydata(ip6cp->ip6c_m,
7364 m_copydata(ip6cp->ip6c_m,
7370 m_copydata(ip6cp->ip6c_m,
H A Dtcp_output.c1081 m_copydata(mb, moff, len,
/freebsd-13-stable/sys/kern/
H A Dkern_mbuf.c878 m_copydata(m, 0, m->m_len, buf);
/freebsd-13-stable/sys/sys/
H A Dmbuf.h812 void m_copydata(const struct mbuf *, int, int, caddr_t);
/freebsd-13-stable/sys/dev/sume/
H A Dif_sume.c1058 m_copydata(m, 0, m->m_pkthdr.len, outbuf + sizeof(struct nf_metadata));
/freebsd-13-stable/sys/dev/ntb/
H A Dntb_transport.c852 m_copydata((struct mbuf *)entry->buf, 0, entry->len, offset);
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c1353 m_copydata(m_head, 0, m_head->m_pkthdr.len, mtod(m_new, caddr_t));
/freebsd-13-stable/sys/dev/vte/
H A Dif_vte.c1025 m_copydata(m, 0, m->m_pkthdr.len, mtod(n, char *));
/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.c249 m_copydata(m, sizeof(struct ether_header), sizeof(subtype), &subtype);
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias.c1783 m_copydata(m, 0, len, mtod(mcl, caddr_t));
/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c1856 m_copydata(m, 0, sizeof(struct tsec_rx_fcb), (caddr_t)(&rx_fcb));
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_usie.c911 m_copydata(m, sizeof(struct usie_desc) + pad, ipl, mtod(m0, caddr_t));
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c2787 m_copydata(m0, sizeof(struct ether_header) - 2 ,
2850 m_copydata(m0, sizeof(struct ether_header) - 2 ,
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2363 m_copydata(m, offset, sizeof(struct ip),
2403 m_copydata(m, offset, sizeof(struct tcphdr), (caddr_t) &tcphdr);

Completed in 935 milliseconds

123456