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