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

/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c222 struct domain_old *odp = dp->dom_old; local
224 VERIFY(odp != NULL);
225 odp->dom_next = NULL;
226 odp->dom_mtx = NULL;
234 net_add_domain_old(struct domain_old *odp) argument
239 VERIFY(odp != NULL);
242 if ((dp = pffinddomain_locked(odp->dom_family)) != NULL) {
249 dp->dom_family, dp->dom_name, odp->dom_name);
253 /* Make sure nothing is currently pointing to the odp. */
255 if (dp->dom_old == odp) {
308 net_del_domain_old(struct domain_old *odp) argument
417 net_add_proto_old(struct protosw_old *opp, struct domain_old *odp) argument
582 net_del_proto_old(int type, int protocol, struct domain_old *odp) argument
803 struct domain_old *odp = NULL; local
[all...]

Completed in 17 milliseconds