Searched refs:nd_retxid (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_srvcache.c238 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0;
240 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
330 rp->rc_xid = nd->nd_retxid;
351 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash);
377 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0;
379 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
H A Dnfs.h1079 u_int32_t nd_retxid; /* Reply xid */ member in struct:nfsrv_descript
H A Dnfs_socket.c5578 nfsm_chain_add_32(error, &nmrep, nd->nd_retxid);
6064 nfsm_chain_get_32(error, nmreq, nd->nd_retxid); // XID

Completed in 34 milliseconds