Home
last modified time | relevance | path

Searched refs:MBUF_TYPE_SONAME (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_socket.c408 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) { in nfsrv_rcv_locked()
654 if (mbuf_type(m) == MBUF_TYPE_SONAME) { in nfsrv_dorec()
H A Dnfs_syscalls.c638 error = sockargs(&nam, user_nfsdarg.name, user_nfsdarg.namelen, MBUF_TYPE_SONAME); in nfssvc()
/xnu-10002.81.5/bsd/sys/
H A Dkpi_mbuf.h137 MBUF_TYPE_SONAME = 8, /* socket name */ enumerator
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c2244 _CASSERT(MBUF_TYPE_SONAME == MT_SONAME); in mbinit()