Searched refs:mbuf_copyback (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | net_stubs.c | 190 STUB(mbuf_copyback);
|
| H A D | ether_if_module.c | 423 if (mbuf_copyback(m, 0, sizeof(new_eh), &new_eh, MBUF_DONTWAIT) != 0) { in ether_remove_vlan_encapsulation()
|
| H A D | packet_mangler.c | 997 error = mbuf_copyback(*data, in pktmnglr_ipfilter_input()
|
| H A D | if_bridge.c | 8800 error = mbuf_copyback(*data, mnr->mnr_arp_offset, 8824 error = mbuf_copyback(*data, offset + offsetof(struct udphdr, uh_sum), 8837 error = mbuf_copyback(*data, offset + offsetof(struct dhcp, dp_flags), 8878 error = mbuf_copyback(m, mnr->mnr_ip6_lladdr_offset, 8900 error = mbuf_copyback(m, mnr->mnr_ip6_header_len + CKSUM_OFFSET_ICMP6, 8913 error = mbuf_copyback(m, mnr->mnr_ip6_header_len + CKSUM_OFFSET_ICMP6,
|
| H A D | if_utun.c | 596 error = mbuf_copyback(data, 0, length, tx_baddr, MBUF_DONTWAIT); in utun_netif_sync_tx() 3578 error = mbuf_copyback(data, 0, length, tx_baddr, MBUF_WAITOK); in utun_kpipe_sync_tx()
|
| H A D | ntstat.c | 5744 result = mbuf_copyback(client->ntc_accumulated, mbuf_len(client->ntc_accumulated), in nstat_accumulate_msg() 7717 mbuf_copyback(m, 0, sizeof(*hdr), hdr, MBUF_DONTWAIT); in nstat_client_send() 7770 mbuf_copyback(m, 0, sizeof(err), &err, MBUF_DONTWAIT) == 0) { in nstat_client_send()
|
| H A D | if_ipsec.c | 1176 error = mbuf_copyback(data, 0, length, tx_baddr, MBUF_DONTWAIT); in ipsec_netif_sync_tx()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 956 extern errno_t mbuf_copyback(mbuf_t mbuf, size_t offset, size_t length,
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | flow_divert.c | 455 error = mbuf_copyback(*packet, 0, sizeof(hdr), &hdr, MBUF_DONTWAIT); in flow_divert_packet_init() 472 error = mbuf_copyback(packet, mbuf_pkthdr_len(packet), sizeof(type), &type, MBUF_DONTWAIT); in flow_divert_packet_append_tlv() 478 …error = mbuf_copyback(packet, mbuf_pkthdr_len(packet), sizeof(net_length), &net_length, MBUF_DONTW… in flow_divert_packet_append_tlv() 484 error = mbuf_copyback(packet, mbuf_pkthdr_len(packet), length, value, MBUF_DONTWAIT); in flow_divert_packet_append_tlv()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kpi_mbuf.c | 1517 mbuf_copyback( in mbuf_copyback() function
|
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 2111 if (mbuf_copyback(m, m_pktlen(m), extra, &tb[0], M_NOWAIT) != 0) { in pkt_add_trailers_mbuf()
|
| /xnu-12377.41.6/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 918 VERIFY(mbuf_copyback(m, 0, len, buffer, MBUF_WAITOK) == 0); in skmem_packet_tests()
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 426 return mbuf_copyback(chain, len, size, bytes, MBUF_WAITOK); in gss_append_mbuf()
|