Searched defs:nfssvc_sock (Results 1 – 1 of 1) sorted by relevance
433 struct nfssvc_sock { struct437 TAILQ_ENTRY(nfssvc_sock) ns_chain; /* g: List of all nfssvc_sock */ argument440 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 …]