Searched refs:MBUF_TYPE_SONAME (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | krpc_subr.c | 279 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 D | nfs_syscalls.c | 892 error = sockargs(&nam, user_nfsdarg.name, user_nfsdarg.namelen, MBUF_TYPE_SONAME); in nfssvc()
|
| H A D | nfs_socket.c | 6685 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 D | kpi_mbuf.h | 137 MBUF_TYPE_SONAME = 8, /* socket name */ enumerator
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | uipc_mbuf.c | 1579 _CASSERT(MBUF_TYPE_SONAME == MT_SONAME); in mbinit()
|