Searched refs:dom_ifdetach (Results 1 – 6 of 6) sorted by relevance
65 void (*dom_ifdetach)(struct ifnet *, void *); member
68 void (*dom_ifdetach)(struct ifnet *, void *); member
306 .dom_ifdetach = in_domifdetach
267 db_printf("dom_ifdetach: %p\n", d->dom_ifdetach); in db_print_domain()
345 .dom_ifdetach = in6_domifdetach,
1283 if (dp->dom_ifdetach && ifp->if_afdata[dp->dom_family]) { in if_detach_internal()1284 (*dp->dom_ifdetach)(ifp, in if_detach_internal()