Searched refs:m_copydata (Results 1 - 25 of 126) sorted by relevance

123456

/freebsd-13-stable/sys/kgssapi/
H A Dgss_get_mic.c71 m_copydata(mic, 0, message_token->length,
H A Dgss_unwrap.c76 m_copydata(m, 0, output_message_buffer->length,
H A Dgss_wrap.c78 m_copydata(m, 0, output_message_buffer->length,
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkcrypto_aes.c216 m_copydata(inout, off, 2 * blocklen, (void*) &last2);
239 m_copydata(inout, off, blocklen + plen, (void*) &last2);
283 m_copydata(inout, off, 2 * blocklen, (void*) &last2);
303 m_copydata(inout, off, blocklen + plen, (void*) &last2);
/freebsd-13-stable/sys/netipsec/
H A Dipsec_input.c150 m_copydata(m, skip, sizeof(u_int32_t), (caddr_t) &spi);
152 m_copydata(m, skip + sizeof(u_int32_t), sizeof(u_int32_t),
156 m_copydata(m, skip + sizeof(u_int16_t), sizeof(u_int16_t),
172 m_copydata(m, offsetof(struct ip, ip_dst),
180 m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
535 m_copydata(m, protoff, 1, &nxt8);
H A Dudpencap.c134 m_copydata(m, off, sizeof(uint32_t), (caddr_t)&spi);
264 m_copydata(m, skip + off, sizeof(cksum),
H A Dxform_esp.c385 m_copydata(m, skip, SPI_SIZE, crp->crp_aad);
394 m_copydata(m, skip + SPI_SIZE,
455 m_copydata(m, skip + hlen - sav->ivlen, sav->ivlen, &ivp[4]);
567 m_copydata(m, skip + offsetof(struct newesp, esp_seq),
598 m_copydata(m, m->m_pkthdr.len - 3, 3, lastthree);
839 m_copydata(m, protoff, sizeof(u_int8_t), pad + padding - 1);
926 m_copydata(m, skip, SPI_SIZE, crp->crp_aad);
935 m_copydata(m, skip + SPI_SIZE,
H A Dxform_ah.c401 m_copydata(m, 0, sizeof(ip6), (caddr_t) &ip6);
441 m_copydata(m, sizeof(struct ip6_hdr),
632 m_copydata(m, 0, skip + rplen + authsize, (caddr_t)(xd + 1));
745 m_copydata(m, skip + rplen, authsize, calc);
776 m_copydata(m, skip + offsetof(struct newah, ah_seq),
925 m_copydata(m, protoff, sizeof(u_int8_t), (caddr_t) &ah->ah_nxt);
988 m_copydata(m, 0, skip, (caddr_t) (xd + 1));
H A Dsubr_ipsec.c80 m_copydata(m, offsetof(struct ip, ip_src),
83 m_copydata(m, offsetof(struct ip, ip_dst),
104 m_copydata(m, 0, sizeof(ip6buf), (caddr_t)&ip6buf);
H A Dipsec.c510 m_copydata(m, 0, sizeof (struct ip), (caddr_t) &ih);
529 m_copydata(m, off, sizeof (th), (caddr_t) &th);
539 m_copydata(m, off, sizeof (uh), (caddr_t) &uh);
547 m_copydata(m, off, sizeof(ip6e), (caddr_t) &ip6e);
705 m_copydata(m, off, sizeof(th), (caddr_t)&th);
715 m_copydata(m, off, sizeof(uh), (caddr_t)&uh);
723 m_copydata(m, off, sizeof(ih), (caddr_t)&ih);
/freebsd-13-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h253 m_copydata(m, m->m_pkthdr.len + 4 * i, 4, (caddr_t)&w);
267 m_copydata(m, m->m_pkthdr.len - 4, 4, (caddr_t)&w);
279 m_copydata(m, 0, 4, (caddr_t)&w);
/freebsd-13-stable/sys/kern/
H A Duipc_mbuf2.c209 * we need to use m_copydata() to get data from <n->m_next, 0>.
213 m_copydata(n->m_next, 0, tlen, mtod(n, caddr_t) + n->m_len);
246 m_copydata(n->m_next, 0, tlen, mtod(o, caddr_t) + o->m_len);
299 m_copydata(m, off, len, mtod(n, caddr_t));
H A Duipc_mbufhash.c53 m_copydata(m, off, len, buf);
H A Duipc_mbuf.c641 m_copydata(const struct mbuf *m, int off, int len, caddr_t cp) function
645 KASSERT(off >= 0, ("m_copydata, negative off %d", off));
646 KASSERT(len >= 0, ("m_copydata, negative len %d", len));
648 KASSERT(m != NULL, ("m_copydata, offset > size of mbuf chain"));
655 KASSERT(m != NULL, ("m_copydata, length > size of mbuf chain"));
1424 m_copydata(m0, progress, length, mtod(m_new, caddr_t));
1519 m_copydata(n, 0, n->m_len,
1542 m_copydata(n, 0, n->m_len, mtod(m, char *));
1543 m_copydata(n2, 0, n2->m_len,
1637 m_copydata(m
[all...]
/freebsd-13-stable/sys/netinet/
H A Dtcp_pcap.c259 m_copydata(m, skip, bytes_to_copy, n->m_data);
391 m_copydata(m, 0, m->m_len, n->m_data);
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c259 m_copydata(mb, 0, len, inl + 4);
560 m_copydata(mb, 0, len, inl + 4);
564 m_copydata(mb, 0, len, inl + 4);
567 m_copydata(mb, 0, spc, inl + 4);
568 m_copydata(mb, spc, len - spc, inl + 8 + spc);
725 m_copydata(mb, 0, 2, __DEVOLATILE(void *, &tx_desc->ctrl.srcrb_flags16[0]));
726 m_copydata(mb, 2, 4, __DEVOLATILE(void *, &tx_desc->ctrl.imm));
/freebsd-13-stable/sys/net/
H A Dbpf_buffer.c125 m_copydata(m, 0, len, dst);
/freebsd-13-stable/sys/dev/virtio/network/
H A Dvirtio_net.h433 m_copydata(m, offset, sizeof(struct ip),
470 m_copydata(m, offset, sizeof(struct tcphdr), (caddr_t) &tcphdr);
/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c406 m_copydata(event, 0, sizeof(bdaddr), (caddr_t) &bdaddr);
448 m_copydata(event, 0, n->extinq_size, n->extinq_data);
628 m_copydata(event, 0, sizeof(bdaddr), (caddr_t) &bdaddr);
661 m_copydata(event, 0, sizeof(n->clock_offset),
1137 m_copydata(event, 0, sizeof(h), (caddr_t) &h);
1142 m_copydata(event, 0, sizeof(p), (caddr_t) &p);
H A Dng_hci_cmds.c688 m_copydata(mrp, 0, len, (caddr_t) unit->features);
730 m_copydata(mrp, 0, len, (caddr_t) &unit->bdaddr);
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c611 m_copydata(m, 0, n->m_pkthdr.len, mtod(n, caddr_t));
1605 m_copydata(m, len, sizeof(ip6e), (caddr_t)&ip6e);
1642 m_copydata(m, off, sizeof(ip6), (caddr_t)&ip6);
1655 m_copydata(m, off, sizeof(fh), (caddr_t)&fh);
1667 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
1678 m_copydata(m, off, sizeof(ip6e), (caddr_t)&ip6e);
/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c252 m_copydata(m, 0, length, buffer);
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_tx.c82 m_copydata(m0, 0, m0->m_pkthdr.len, mtod(m, caddr_t));
/freebsd-13-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c263 m_copydata(m, 0, m->m_pkthdr.len,
/freebsd-13-stable/sys/netgraph/
H A Dng_cisco.c460 m_copydata(m, 0, sizeof(*h), (caddr_t)&hdrbuf);
490 m_copydata(m, 0, sizeof(*p), (caddr_t)&pktbuf);

Completed in 302 milliseconds

123456