Lines Matching refs:xid
53 * the same xid are to be expected, especially for the case of the entry
59 * - key on <xid, NFS version> (as noted above, there can be several
127 * - key on <xid, NFS version, RPC#, Client host ip#>
239 #define nfsrc_hash(xid) (((xid) + ((xid) >> 24)) % NFSRVCACHE_HASHSIZE)
240 #define NFSRCUDPHASH(xid) \
241 (&nfsrvudphashtbl[nfsrc_hash(xid)])
242 #define NFSRCHASH(xid) \
243 (&nfsrchash_table[nfsrc_hash(xid)].tbl)
244 #define NFSRCAHASH(xid) (&nfsrcahash_table[nfsrc_hash(xid)])
366 * - key on <xid, NFS version, RPC#, Client host ip#>
599 * - key on <xid, nfs version>