Searched defs:nfsrv_descript (Results 1 – 1 of 1) sorted by relevance
427 struct nfsrv_descript { struct431 LIST_ENTRY(nfsrv_descript) nd_hash; /* Hash list */ argument434 struct mbuf *nd_mrep; /* Request mbuf list */435 struct mbuf *nd_md; /* Current dissect mbuf */436 struct mbuf *nd_mreq; /* Reply mbuf list */437 struct mbuf *nd_nam; /* and socket addr */438 struct mbuf *nd_nam2; /* return socket addr */439 caddr_t nd_dpos; /* Current dissect pos */440 int nd_procnum; /* RPC # */441 int nd_stable; /* storage type */[all …]