Searched refs:dom_old (Results 1 – 3 of 3) sorted by relevance
192 VERIFY(dp->dom_old != NULL); in dom_init_old()194 if (dp->dom_old->dom_init != NULL) { in dom_init_old()195 dp->dom_old->dom_init(); in dom_init_old()250 struct domain_old *odp = dp->dom_old; in detach_domain()283 if (dp->dom_old == odp) { in net_add_domain_old()312 dp->dom_old = odp; in net_add_domain_old()344 VERIFY(dp1->dom_old != NULL); in net_del_domain_old()345 if (odp == dp1->dom_old) { in net_del_domain_old()353 VERIFY(dp1->dom_old == odp); in net_del_domain_old()461 if (dp->dom_old == odp) { in net_add_proto_old()[all …]
153 struct domain_old *dom_old; /* domain pointer per net_add_domain */ member
2139 if (dp.dom_old):2141 out_string += GetSourceInformationForAddress(dp.dom_old) + "\n"