Searched defs:nfsrv_sock (Results 1 – 1 of 1) sorted by relevance
1086 struct nfsrv_sock { struct1090 struct nfsrv_uc_arg *ns_ua; /* Opaque pointer to upcall */1091 lck_rw_t ns_rwlock; /* lock for most fields */1092 socket_t ns_so;1093 mbuf_t ns_nam;1094 mbuf_t ns_raw;1095 mbuf_t ns_rawend;1096 mbuf_t ns_rec;1097 mbuf_t ns_recend;1098 mbuf_t ns_frag;[all …]