Searched refs:mbuf_prepend (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | ether_inet_pr_module.c | 457 result = mbuf_prepend(&m, sizeof(*eh), MBUF_DONTWAIT); in ether_inet_arp()
|
| H A D | net_stubs.c | 236 STUB(mbuf_prepend);
|
| H A D | if_utun.c | 3008 if (mbuf_prepend(packet, header_length, MBUF_DONTWAIT) != 0) { in utun_framer()
|
| H A D | ntstat.c | 7769 if (mbuf_prepend(&m, sizeof(err), MBUF_DONTWAIT) == 0 && in nstat_client_send()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 816 extern errno_t mbuf_prepend(mbuf_t *mbuf, size_t len, mbuf_how_t how)
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_gss.c | 166 error = mbuf_prepend(mb, sizeof(uint32_t), MBUF_WAITOK); in rpc_gss_prepend_32()
|
| H A D | nfs_syscalls.c | 1180 error = mbuf_prepend(&m, NFSX_UNSIGNED, MBUF_WAITOK); in nfssvc_nfsd()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kpi_mbuf.c | 474 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 D | gss_krb5_mech.c | 402 error = mbuf_prepend(chain, size, MBUF_WAITOK); in gss_prepend_mbuf()
|