Searched refs:ng_ether_detach_p (Results 1 – 2 of 2) sorted by relevance
97 extern void (*ng_ether_detach_p)(struct ifnet *ifp);819 ng_ether_detach_p = ng_ether_detach; in ng_ether_mod_event()845 ng_ether_detach_p = NULL; in ng_ether_mod_event()
105 void (*ng_ether_detach_p)(struct ifnet *ifp); variable1032 KASSERT(ng_ether_detach_p != NULL, in ether_ifdetach()1034 (*ng_ether_detach_p)(ifp); in ether_ifdetach()1047 KASSERT(ng_ether_detach_p != NULL, in ether_reassign()1049 (*ng_ether_detach_p)(ifp); in ether_reassign()