Home
last modified time | relevance | path

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

/original-bsd/sys/nfs/
H A Dnfs_srvcache.c154 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0;
156 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
222 rp->rc_xid = nd->nd_retxid;
236 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash);
259 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0;
261 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
H A Dnfs.h445 u_long nd_retxid; /* Reply xid */ member
H A Dnfs_socket.c1133 *tl++ = txdr_unsigned(nd->nd_retxid);
1899 nd->nd_retxid = fxdr_unsigned(u_long, *tl++);