Searched refs:nd_retxid (Results 1 – 3 of 3) sorted by relevance
244 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_getcache()246 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()336 rp->rc_xid = nd->nd_retxid; in nfsrv_getcache()359 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()386 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_updatecache()388 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
176 nfsm_chain_add_32(error, &nmrep, nd->nd_retxid); in nfsrv_rephead()710 nfsm_chain_get_32(error, nmreq, nd->nd_retxid); // XID in nfsrv_getreq()
1076 u_int32_t nd_retxid; /* Reply xid */ member