Home
last modified time | relevance | path

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

/original-bsd/sys/nfs/
H A Dnfs.h366 struct nfssvc_sock { struct
369 struct file *ns_fp;
370 struct socket *ns_so;
371 struct mbuf *ns_nam;
372 struct mbuf *ns_raw;
373 struct mbuf *ns_rawend;
397 TAILQ_HEAD(, nfssvc_sock) nfssvc_sockhead; argument