Searched refs:ng_ether_detach_p (Results 1 – 3 of 3) sorted by relevance
116 void (*ng_ether_detach_p)(struct ifnet *ifp); variable947 KASSERT(ng_ether_detach_p != NULL, in ether_ifdetach()949 (*ng_ether_detach_p)(ifp); in ether_ifdetach()962 KASSERT(ng_ether_detach_p != NULL, in ether_reassign()964 (*ng_ether_detach_p)(ifp); in ether_reassign()
96 extern void (*ng_ether_detach_p)(struct ifnet *ifp);820 ng_ether_detach_p = ng_ether_detach; in ng_ether_mod_event()846 ng_ether_detach_p = NULL; in ng_ether_mod_event()
211 extern void (*ng_ether_detach_p)(struct ifnet *ifp);1843 if (ng_ether_detach_p != NULL) in an_setdef()1844 (*ng_ether_detach_p) (ifp); in an_setdef()