Searched defs:nfsrv_sock (Results 1 – 1 of 1) sorted by relevance
1127 struct nfsrv_sock { struct1131 struct nfsrv_uc_arg *ns_ua; /* Opaque pointer to upcall */1132 lck_rw_t ns_rwlock; /* lock for most fields */1133 socket_t ns_so;1134 mbuf_t ns_nam;1135 mbuf_t ns_raw;1136 mbuf_t ns_rawend;1137 mbuf_t ns_rec;1138 mbuf_t ns_recend;1139 mbuf_t ns_frag;[all …]