Lines Matching defs:nfsrv_descript
180 struct nfsrv_descript { struct
181 struct mbuf *nd_mrep; /* Request mbuf list */
182 struct mbuf *nd_md; /* Current dissect mbuf */
183 struct mbuf *nd_mreq; /* Reply mbuf list */
184 struct sockaddr *nd_nam; /* and socket addr */
185 struct sockaddr *nd_nam2; /* return socket addr */
186 caddr_t nd_dpos; /* Current dissect pos */
187 u_int32_t nd_procnum; /* RPC # */
188 int nd_stable; /* storage type */
189 int nd_flag; /* nd_flag */
190 int nd_repstat; /* Reply status */
191 fhandle_t nd_fh; /* File handle */
192 struct ucred *nd_cr; /* Credentials */
193 int nd_credflavor; /* Security flavor */