Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dkrpc_subr.c279 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &m))) { in krpc_call()
305 if ((error = mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &nam))) { in krpc_call()
H A Dnfs_syscalls.c892 error = sockargs(&nam, user_nfsdarg.name, user_nfsdarg.namelen, MBUF_TYPE_SONAME); in nfssvc()
H A Dnfs_socket.c6685 if (msg.msg_name && (mbuf_get(MBUF_WAITOK, MBUF_TYPE_SONAME, &mhck) == 0)) { in nfsrv_rcv_locked()
6912 if (mbuf_type(m) == MBUF_TYPE_SONAME) { in nfsrv_dorec()
/xnu-8020.101.4/bsd/sys/
H A Dkpi_mbuf.h137 MBUF_TYPE_SONAME = 8, /* socket name */ enumerator
/xnu-8020.101.4/bsd/kern/
H A Duipc_mbuf.c1579 _CASSERT(MBUF_TYPE_SONAME == MT_SONAME); in mbinit()