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

/xnu-2422.115.4/bsd/net/
H A Draw_usrreq.c195 mutex_held = so->so_proto->pr_domain->dom_mtx;
244 mutex_held = so->so_proto->pr_domain->dom_mtx;
298 mutex_held = so->so_proto->pr_domain->dom_mtx;
350 mutex_held = so->so_proto->pr_domain->dom_mtx;
/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h157 struct domain *pr_domain; /* domain protocol a member of */ member in struct:ip6protosw
H A Din6_proto.c375 _CASSERT(offsetof(struct ip6protosw, pr_domain) ==
376 offsetof(struct protosw, pr_domain));
H A Dip6_input.c314 VERIFY(pr->pr_domain == dp);
/xnu-2422.115.4/bsd/kern/
H A Dsocket_info.c80 if (so->so_proto->pr_domain)
112 so->so_proto->pr_domain == NULL)
H A Dkpi_socket.c86 mutex_held = sock->so_proto->pr_domain->dom_mtx;
243 mutex_held = sock->so_proto->pr_domain->dom_mtx;
309 mutex_held = sock->so_proto->pr_domain->dom_mtx;
526 if (sock->so_proto == NULL || sock->so_proto->pr_domain == NULL ||
603 if (sock->so_proto == NULL || sock->so_proto->pr_domain == NULL) {
H A Duipc_domain.c138 VERIFY(pp->pr_domain == NULL);
143 pp->pr_domain = dp;
155 VERIFY(pp->pr_domain == dp);
160 pp->pr_domain = NULL;
373 /* pr_domain is set only after the protocol is attached */
374 if (pp->pr_domain != NULL) {
375 panic("%s: domain (%d,%s), proto %d has non-NULL pr_domain!\n",
506 /* Copy everything but pr_init, pr_next, pr_domain, pr_protosw */
H A Duipc_socket.c625 atomic_add_32(&prp->pr_domain->dom_refs, 1);
961 mutex_held = so->so_proto->pr_domain->dom_mtx;
1092 mutex_held = so->so_proto->pr_domain->dom_mtx;
1147 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1);
1192 mutex_held = so->so_proto->pr_domain->dom_mtx;
2088 * <pr_domain->dom_externalize>:EMSGSIZE[AF_UNIX]
2089 * <pr_domain->dom_externalize>:ENOBUFS[AF_UNIX]
2090 * <pr_domain->dom_externalize>:???
2093 * <pr_domain->dom_externalize> depend on protocols other than
2529 if (pr->pr_domain
[all...]
H A Duipc_socket2.c277 mutex_held = head->so_proto->pr_domain->dom_mtx;
386 atomic_add_32(&so->so_proto->pr_domain->dom_refs, 1);
488 mutex_held = so->so_proto->pr_domain->dom_mtx;
791 mutex_held = sb->sb_so->so_proto->pr_domain->dom_mtx;
1659 mutex_held = so->so_proto->pr_domain->dom_mtx;
2294 mutex_held = so->so_proto->pr_domain->dom_mtx;
2364 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Duipc_syscalls.c409 mutex_held = head->so_proto->pr_domain->dom_mtx;
763 mutex_held = so->so_proto->pr_domain->dom_mtx;
823 mutex_held = so->so_proto->pr_domain->dom_mtx;
H A Duipc_usrreq.c2113 if (so->so_proto->pr_domain != localdomain ||
2430 return (so->so_proto->pr_domain->dom_mtx);
H A Dkern_control.c1102 return (so->so_proto->pr_domain->dom_mtx);
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h109 struct domain *pr_domain; /* domain protocol a member of */ member in struct:protosw_old
182 * After a protocol is attached, its pr_domain will be set to the domain
193 struct domain *pr_domain; /* domain protocol a member of */ member in struct:protosw
H A Dsocketvar.h603 #define SOCK_DOM(so) ((so)->so_proto->pr_domain->dom_family)
/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c1018 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx);
1035 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx);
H A Dip_divert.c770 return (so->so_proto->pr_domain->dom_mtx);
H A Dflow_divert.c2180 return flow_divert_dup_addr(so->so_proto->pr_domain->dom_family,
2192 return flow_divert_dup_addr(so->so_proto->pr_domain->dom_family,
H A Dip_input.c461 VERIFY(pr->pr_domain == dp);
H A Dtcp_subr.c2523 return (so->so_proto->pr_domain->dom_mtx);
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py461 domain = so.so_proto.pr_domain
489 domain = so.so_proto.pr_domain

Completed in 192 milliseconds