nd_retxid 423 nfs/nfs.h u_int32_t nd_retxid; /* Reply xid */
nd_retxid 1121 nfs/nfs_socket.c *tl++ = txdr_unsigned(nd->nd_retxid);
nd_retxid 1574 nfs/nfs_socket.c nd->nd_retxid = fxdr_unsigned(u_int32_t, *tl++);
nd_retxid 176 nfs/nfs_srvcache.c LIST_FOREACH(rp, NFSRCHASH(nd->nd_retxid), rc_hash) {
nd_retxid 177 nfs/nfs_srvcache.c if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
nd_retxid 243 nfs/nfs_srvcache.c rp->rc_xid = nd->nd_retxid;
nd_retxid 256 nfs/nfs_srvcache.c LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash);
nd_retxid 279 nfs/nfs_srvcache.c LIST_FOREACH(rp, NFSRCHASH(nd->nd_retxid), rc_hash) {
nd_retxid 280 nfs/nfs_srvcache.c if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&