HomeSort by: relevance | last modified time | path
    Searched refs:m_copydata (Results 1 - 25 of 178) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/netbt/
hci_event.c 173 m_copydata(m, 0, sizeof(hdr), &hdr);
257 m_copydata(m, 0, sizeof(ep), &ep);
305 m_copydata(m, 0, sizeof(ep), &ep);
321 m_copydata(m, 0, sizeof(rp), &rp);
390 m_copydata(m, 0, sizeof(ep), &ep);
397 m_copydata(m, 0, sizeof(handle), &handle);
401 m_copydata(m, 0, sizeof(num), &num);
465 m_copydata(m, 0, sizeof(ep), &ep);
475 m_copydata(m, 0, sizeof(ir), &ir);
506 m_copydata(m, 0, sizeof(ep), &ep)
    [all...]
l2cap_signal.c 79 m_copydata(m, 0, sizeof(cmd), &cmd);
179 m_copydata(m, 0, sizeof(cmd), &cmd);
188 m_copydata(m, 0, cmd.length, &cp);
251 m_copydata(m, 0, sizeof(cmd), &cmd);
255 m_copydata(m, 0, sizeof(cp), &cp);
358 m_copydata(m, 0, sizeof(cmd), &cmd);
361 m_copydata(m, 0, sizeof(cp), &cp);
428 m_copydata(m, 0, sizeof(cmd), &cmd);
435 m_copydata(m, 0, sizeof(cp), &cp);
476 m_copydata(m, 0, sizeof(opt), &opt)
    [all...]
rfcomm_session.c 631 m_copydata(m, 0, 1, &b);
637 m_copydata(m, 0, 1, &b);
644 m_copydata(m, 0, 1, &b);
657 m_copydata(m, 0, 1, &b);
666 m_copydata(m, m->m_pkthdr.len - 1, 1, &b);
965 m_copydata(m, 0, sizeof(credits), &credits);
1022 m_copydata(m, 0, sizeof(b), &b);
1040 m_copydata(m, 0, sizeof(b), &b);
1124 m_copydata(m, 0, len, data);
1171 m_copydata(m, 0, sizeof(msc.address), &msc.address)
    [all...]
l2cap_lower.c 115 m_copydata(m, 0, sizeof(hdr), &hdr);
  /src/sys/netipsec/
xform_ipip.c 136 m_copydata(m, 0, 1, &v);
192 m_copydata(m, 0, 1, &v);
338 m_copydata(m, 0, 1, &tp);
380 m_copydata(m, sizeof(struct ip) +
390 m_copydata(m, sizeof(struct ip) +
400 m_copydata(m, sizeof(struct ip) +
468 m_copydata(m, sizeof(struct ip6_hdr) +
480 m_copydata(m, sizeof(struct ip6_hdr) +
ipsec_input.c 193 m_copydata(m, skip, sizeof(spi), &spi);
196 m_copydata(m, skip + sizeof(spi), sizeof(spi), &spi);
199 m_copydata(m, skip + sizeof(cpi), sizeof(cpi), &cpi);
267 m_copydata(m, offsetof(struct ip, ip_src),
270 m_copydata(m, offsetof(struct ip, ip_dst),
279 m_copydata(m, offsetof(struct ip6_hdr, ip6_src),
282 m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
472 m_copydata(*mp, protoff, sizeof(ip6e), &ip6e);
546 m_copydata(m, protoff, sizeof(prot), &prot);
xform_ah.c 395 m_copydata(m, 0, sizeof(ip6), &ip6);
435 m_copydata(m, sizeof(struct ip6_hdr),
643 m_copydata(m, 0, extra, (tc + 1));
788 m_copydata(m, skip + rplen, authsize, calc);
835 m_copydata(m, skip + offsetof(struct newah, ah_seq),
975 m_copydata(m, protoff, sizeof(uint8_t), &ah->ah_nxt);
1046 m_copydata(m, 0, skip, pext);
ipsec.c 834 m_copydata(m, 0, sizeof(ipbuf), &ipbuf);
885 m_copydata(m, 0, sizeof(struct ip), &ih);
905 m_copydata(m, off, sizeof(th), &th);
915 m_copydata(m, off, sizeof(uh), &uh);
923 m_copydata(m, off, sizeof(ip6e), &ip6e);
931 m_copydata(m, off, sizeof(icmph), &icmph);
963 m_copydata(m, offsetof(struct ip, ip_src),
965 m_copydata(m, offsetof(struct ip, ip_dst),
1011 m_copydata(m, off, sizeof(th), &th);
1021 m_copydata(m, off, sizeof(uh), &uh)
    [all...]
xform_esp.c 426 m_copydata(m, m->m_pkthdr.len - alen, alen, (tc + 1));
562 m_copydata(m, m->m_pkthdr.len - esph->authsize,
598 m_copydata(m, skip + offsetof(struct newesp, esp_seq),
625 m_copydata(m, m->m_pkthdr.len - 3, 3, lastthree);
832 m_copydata(m, protoff, sizeof(uint8_t), &esptail->esp_nxt);
ipsec_netbsd.c 212 m_copydata(m, off, sizeof(ah), &ah);
308 m_copydata(m, off, sizeof(esp), &esp);
  /src/sys/net/
rss_config.c 128 m_copydata(__UNCONST(m), hlen + offsetof(struct tcphdr, th_sport),
161 m_copydata(__UNCONST(m), hlen + offsetof(struct udphdr, uh_sport),
226 m_copydata(__UNCONST(m), hlen + offsetof(struct tcphdr, th_sport),
258 m_copydata(__UNCONST(m), hlen + offsetof(struct udphdr, uh_sport),
if_mpls.c 613 m_copydata(m, offset, sizeof(struct ip), &iphdr);
678 m_copydata(m, offset, sizeof(struct ip6_hdr), &ip6h);
  /src/sys/netinet/
in_l2tp.c 261 m_copydata(m, off, sizeof(uint32_t), (void *)&sess_id);
319 m_copydata(m, 0, sizeof(uint32_t), (void *)&cookie_32);
327 m_copydata(m, 0, sizeof(uint64_t), (void *)&cookie_64);
382 m_copydata(m, off, sizeof(uint32_t), (void *)&sess_id);
  /src/sys/netinet6/
in6_l2tp.c 256 m_copydata(m, off, sizeof(uint32_t), (void *)&sess_id);
314 m_copydata(m, 0, sizeof(uint32_t), (void *)&cookie_32);
322 m_copydata(m, 0, sizeof(uint64_t), (void *)&cookie_64);
377 m_copydata(m, off, sizeof(uint32_t), (void *)&sess_id);
ip6_input.c 1322 m_copydata(m, off, sizeof(ip6e), (void *)&ip6e);
1348 m_copydata(m, off, elen, mtod(n, void *));
1374 m_copydata(m, len, sizeof(ip6e), &ip6e);
1418 m_copydata(m, off, sizeof(ip6), (void *)&ip6);
1431 m_copydata(m, off, sizeof(fh), (void *)&fh);
1442 m_copydata(m, off, sizeof(ip6e), (void *)&ip6e);
1455 m_copydata(m, off, sizeof(ip6e), (void *)&ip6e);
in6_offload.c 210 m_copydata(m, ip6_plen_offset, sizeof(plen), &plen);
  /src/sys/net/agr/
if_agrether_hash.c 64 m_copydata(m, off, len, buf);
  /src/sys/dev/marvell/
mvcesa.c 410 m_copydata(m, crd->crd_inject,
542 m_copydata(m, skip + off + i, s, &data);
668 m_copydata(m, skip + i, s, &iblk);
693 m_copydata(m, skip + o, sizeof(oblk),
738 m_copydata(m, skip + o, sizeof(oblk), &oblk);
  /src/sys/dev/qbus/
if_uba.c 257 m_copydata(m, 0, m->m_pkthdr.len, ifw->ifw_vaddr);
  /src/sys/dev/usb/
if_upl.c 243 m_copydata(m, 0, m->m_pkthdr.len, c->unc_buf);
if_cdce.c 297 m_copydata(m, 0, m->m_pkthdr.len, c->unc_buf);
  /src/sys/net/lagg/
if_laggproto.h 238 m_copydata(m, off, reqlen, buf);
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1629 m_copydata(m, 0, m->m_len, &swhdr[1]);
1679 m_copydata(m, 0, m->m_pkthdr.len, &bcdc[1]);
1719 m_copydata(m, 0, m->m_len, buf);
1934 m_copydata(m0, 0, sizeof(hwhdr), &hwhdr);
1935 m_copydata(m0, sizeof(hwhdr), sizeof(swhdr), &swhdr);
1952 m_copydata(m, 0, sizeof(hwhdr), &hwhdr);
1953 m_copydata(m, sizeof(hwhdr), sizeof(swhdr), &swhdr);
  /src/sys/arch/i386/pci/
glxsb.c 514 m_copydata((struct mbuf *)crp->crp_buf,
533 m_copydata((struct mbuf *)crp->crp_buf,
  /src/sys/arch/x86/x86/
via_padlock.c 409 m_copydata((struct mbuf *)crp->crp_buf,
421 m_copydata((struct mbuf *)crp->crp_buf,

Completed in 27 milliseconds

1 2 3 4 5 6 7 8