Searched refs:MBUF_TYPE_SONAME (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c266 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &m)))
291 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &nam)))
H A Dnfs_syscalls.c701 error = sockargs(&nam, user_nfsdarg.name, user_nfsdarg.namelen, MBUF_TYPE_SONAME);
H A Dnfs_socket.c5656 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) {
5879 if (mbuf_type(m) == MBUF_TYPE_SONAME) {
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h126 MBUF_TYPE_SONAME = 8, /* socket name */ enumerator in enum:__anon504
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c1340 _CASSERT(MBUF_TYPE_SONAME == MT_SONAME);

Completed in 52 milliseconds