Lines Matching refs:so_proto
174 if (so->so_proto->pr_getlock != NULL) { in raw_uabort()
175 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_uabort()
177 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_uabort()
227 if (so->so_proto->pr_getlock != NULL) { in raw_udetach()
228 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_udetach()
230 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_udetach()
286 if (so->so_proto->pr_getlock != NULL) { in raw_usend()
287 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_usend()
289 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_usend()
303 if (so->so_proto->pr_output == NULL) { in raw_usend()
323 error = (*so->so_proto->pr_output)(m, so); in raw_usend()
342 if (so->so_proto->pr_getlock != NULL) { in raw_ushutdown()
343 mutex_held = (*so->so_proto->pr_getlock)(so, 0); in raw_ushutdown()
345 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_ushutdown()