Home
last modified time | relevance | path

Searched defs:nfssvc_sock (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs.h433 struct nfssvc_sock { struct
437 TAILQ_ENTRY(nfssvc_sock) ns_chain; /* g: List of all nfssvc_sock */ argument
440 struct file *ns_fp;
441 struct socket *ns_so;
442 struct mbuf *ns_nam;
443 struct mbuf *ns_raw; /* b: */
444 struct mbuf *ns_rawend; /* b: */
445 struct mbuf *ns_rec; /* b: */
446 struct mbuf *ns_recend; /* b: */
447 struct mbuf *ns_frag; /* b: */
[all …]