Searched defs:chhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h206 * The following structures, chhead and chtab, make up the client handle
207 * cache. chhead represents a quadruple(RPC program, RPC version, Protocol
208 * Family, and Transport). For example, a chhead entry could represent
209 * NFS/V3/IPv4/TCP requests. chhead nodes are linked together as a singly
213 * quadruple. These nodes chain down from a chhead node. chtab
218 typedef struct chhead { struct
219 struct chhead *ch_next; /* next quadruple */
230 struct chhead *ch_head; /* associated quadruple */
656 struct chhead *nfscl_chtable;

Completed in 98 milliseconds