Home
last modified time | relevance | path

Searched refs:ng_ether_detach_p (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_ether.c97 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()
/f-stack/freebsd/net/
H A Dif_ethersubr.c105 void (*ng_ether_detach_p)(struct ifnet *ifp); variable
1032 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()