Home
last modified time | relevance | path

Searched refs:mbuf_copyback (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnet_stubs.c190 STUB(mbuf_copyback);
H A Dether_if_module.c423 if (mbuf_copyback(m, 0, sizeof(new_eh), &new_eh, MBUF_DONTWAIT) != 0) { in ether_remove_vlan_encapsulation()
H A Dpacket_mangler.c997 error = mbuf_copyback(*data, in pktmnglr_ipfilter_input()
H A Dif_bridge.c8800 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 Dif_utun.c596 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 Dntstat.c5744 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 Dif_ipsec.c1176 error = mbuf_copyback(data, 0, length, tx_baddr, MBUF_DONTWAIT); in ipsec_netif_sync_tx()
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h956 extern errno_t mbuf_copyback(mbuf_t mbuf, size_t offset, size_t length,
/xnu-12377.41.6/bsd/netinet/
H A Dflow_divert.c455 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 Dkpi_mbuf.c1517 mbuf_copyback( in mbuf_copyback() function
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c2111 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 Dskmem_test.c918 VERIFY(mbuf_copyback(m, 0, len, buffer, MBUF_WAITOK) == 0); in skmem_packet_tests()
/xnu-12377.41.6/bsd/nfs/gss/
H A Dgss_krb5_mech.c426 return mbuf_copyback(chain, len, size, bytes, MBUF_WAITOK); in gss_append_mbuf()