Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dkrpc_subr.c348 if ((error = mbuf_prepend(&mhead, len, MBUF_WAITOK))) { in krpc_call()
H A Dnfs_syscalls.c1434 error = mbuf_prepend(&m, NFSX_UNSIGNED, MBUF_WAITOK); in nfssvc_nfsd()
H A Dnfs_gss.c211 error = mbuf_prepend(mb, sizeof(uint32_t), MBUF_WAITOK); in rpc_gss_prepend_32()
/xnu-8020.140.41/bsd/net/
H A Dether_inet_pr_module.c449 result = mbuf_prepend(&m, sizeof(*eh), MBUF_DONTWAIT); in ether_inet_arp()
H A Dnet_stubs.c228 STUB(mbuf_prepend);
H A Dif_utun.c2743 if (mbuf_prepend(packet, header_length, MBUF_DONTWAIT) != 0) { in utun_framer()
H A Dntstat.c6657 if (mbuf_prepend(&m, sizeof(err), MBUF_DONTWAIT) == 0 && in nstat_control_send()
/xnu-8020.140.41/bsd/sys/
H A Dkpi_mbuf.h717 extern errno_t mbuf_prepend(mbuf_t *mbuf, size_t len, mbuf_how_t how)
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c450 mbuf_prepend(mbuf_t *orig, size_t len, mbuf_how_t how) in mbuf_prepend() function
/xnu-8020.140.41/bsd/nfs/gss/
H A Dgss_krb5_mech.c402 error = mbuf_prepend(chain, size, MBUF_WAITOK); in gss_prepend_mbuf()