Lines Matching refs:so_proto
173 if (so->so_proto->pr_getlock != NULL) { in raw_uabort()
174 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_uabort()
176 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_uabort()
226 if (so->so_proto->pr_getlock != NULL) { in raw_udetach()
227 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_udetach()
229 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_udetach()
285 if (so->so_proto->pr_getlock != NULL) { in raw_usend()
286 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_usend()
288 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_usend()
302 if (so->so_proto->pr_output == NULL) { in raw_usend()
322 error = (*so->so_proto->pr_output)(m, so); in raw_usend()
344 if (so->so_proto->pr_getlock != NULL) { in raw_ushutdown()
345 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_ushutdown()
347 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_ushutdown()