Home
last modified time | relevance | path

Searched refs:pr_domain (Results 1 – 20 of 20) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Draw_usrreq.c176 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_uabort()
229 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_udetach()
288 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_usend()
347 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_ushutdown()
H A Dcontent_filter.c1559 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_acquire_sockbuf()
2241 if (sock->so_proto == NULL || sock->so_proto->pr_domain == NULL) { in cfil_ctl_getopt()
3419 if (so->so_proto == NULL || so->so_proto->pr_domain == NULL) { in cfil_dispatch_attach_event()
5643 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_sock_close_wait()
5927 if (so != NULL && so->so_proto != NULL && so->so_proto->pr_domain != NULL) { in sysctl_cfil_sock_list()
6565 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_filters_udp_attached()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6protosw.h157 struct domain *pr_domain; /* domain protocol a member of */ member
H A Din6_proto.c356 static_assert(offsetof(struct ip6protosw, pr_domain) == offsetof(struct protosw, pr_domain)); in in6_dinit()
H A Dip6_input.c405 VERIFY(pr->pr_domain == dp); in ip6_init()
/xnu-12377.41.6/bsd/kern/
H A Dsocket_info.c84 if (so->so_proto->pr_domain) { in fill_common_sockinfo()
117 so->so_proto->pr_domain == NULL) { in fill_socketinfo()
H A Duipc_domain.c167 VERIFY(pp->pr_domain == NULL); in attach_proto()
172 pp->pr_domain = dp; in attach_proto()
184 VERIFY(pp->pr_domain == dp); in detach_proto()
189 pp->pr_domain = NULL; in detach_proto()
401 if (pp->pr_domain != NULL) { in net_add_proto()
H A Dkpi_socket.c109 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_accept_common()
308 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_connect()
378 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_connectwait()
598 if (sock->so_proto == NULL || sock->so_proto->pr_domain == NULL || in sock_settclassopt()
677 if (sock->so_proto == NULL || sock->so_proto->pr_domain == NULL) { in sock_gettclassopt()
H A Duipc_socket.c557 so->so_family = prp->pr_domain->dom_family; in socreate_internal()
636 os_atomic_inc(&prp->pr_domain->dom_refs, relaxed); in socreate_internal()
1087 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1281 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1328 os_atomic_dec(&so->so_proto->pr_domain->dom_refs, relaxed); in soclose_locked()
1374 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3009 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3058 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3069 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4449 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
[all …]
H A Duipc_socket2.c335 mutex_held = head->so_proto->pr_domain->dom_mtx; in sonewconn_internal()
454 os_atomic_inc(&so->so_proto->pr_domain->dom_refs, relaxed); in sonewconn_internal()
572 mutex_held = so->so_proto->pr_domain->dom_mtx; in sbwait()
2558 mutex_held = so->so_proto->pr_domain->dom_mtx; in sblock()
2656 mutex_held = so->so_proto->pr_domain->dom_mtx; in sbunlock()
H A Dvsock_domain.c1254 mutex_held = so->so_proto->pr_domain->dom_mtx; in vsock_connect()
1564 lck_mtx_t *mutex_held = so->so_proto->pr_domain->dom_mtx; in vsock_unlock()
H A Duipc_syscalls.c498 mutex_held = head->so_proto->pr_domain->dom_mtx; in accept_nocancel()
1041 mutex_held = so->so_proto->pr_domain->dom_mtx; in connectit()
1115 mutex_held = so->so_proto->pr_domain->dom_mtx; in connectitx()
H A Duipc_usrreq.c2626 if (so->so_proto->pr_domain != localdomain || in unp_gc()
2931 return so->so_proto->pr_domain->dom_mtx; in unp_getlock()
H A Dkern_control.c2138 return so->so_proto->pr_domain->dom_mtx;
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h173 struct domain *pr_domain; /* domain protocol a member of */ member
257 struct domain *pr_domain; /* domain protocol a member of */ member
/xnu-12377.41.6/bsd/netinet/
H A Draw_ip.c1190 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx); in rip_unlock()
1206 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx); in rip_unlock()
H A Dip_input.c512 VERIFY(pr->pr_domain == dp); in ip_init()
H A Din_pcb.c4468 mutex_held = so->so_proto->pr_domain->dom_mtx; in inp_enter_bind_in_progress()
H A Dtcp_subr.c3616 return so->so_proto->pr_domain->dom_mtx; in tcp_getlock()
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py559 domain = so.so_proto.pr_domain
590 domain = so.so_proto.pr_domain