Home
last modified time | relevance | path

Searched refs:mbuf_prepend (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dether_inet_pr_module.c457 result = mbuf_prepend(&m, sizeof(*eh), MBUF_DONTWAIT); in ether_inet_arp()
H A Dnet_stubs.c236 STUB(mbuf_prepend);
H A Dif_utun.c3008 if (mbuf_prepend(packet, header_length, MBUF_DONTWAIT) != 0) { in utun_framer()
H A Dntstat.c7769 if (mbuf_prepend(&m, sizeof(err), MBUF_DONTWAIT) == 0 && in nstat_client_send()
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h816 extern errno_t mbuf_prepend(mbuf_t *mbuf, size_t len, mbuf_how_t how)
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_gss.c166 error = mbuf_prepend(mb, sizeof(uint32_t), MBUF_WAITOK); in rpc_gss_prepend_32()
H A Dnfs_syscalls.c1180 error = mbuf_prepend(&m, NFSX_UNSIGNED, MBUF_WAITOK); in nfssvc_nfsd()
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c474 mbuf_prepend(mbuf_t *orig, size_t len, mbuf_how_t how) in mbuf_prepend() function
/xnu-12377.41.6/bsd/nfs/gss/
H A Dgss_krb5_mech.c402 error = mbuf_prepend(chain, size, MBUF_WAITOK); in gss_prepend_mbuf()