Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_ethersubr.c116 void (*ng_ether_detach_p)(struct ifnet *ifp); variable
947 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()
/trueos/sys/netgraph/
HDng_ether.c96 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()
/trueos/sys/dev/an/
HDif_an.c211 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()