Home
last modified time | relevance | path

Searched refs:ng_ether_attach_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netgraph/ether/
H A Dng_ether.c688 if (ng_ether_attach_p != NULL) { in ng_ether_mod_event()
692 ng_ether_attach_p = ng_ether_attach; in ng_ether_mod_event()
719 ng_ether_attach_p = NULL; in ng_ether_mod_event()
/dragonfly/sys/netgraph7/ether/
H A Dng_ether.c741 if (ng_ether_attach_p != NULL) { in ng_ether_mod_event()
745 ng_ether_attach_p = ng_ether_attach; in ng_ether_mod_event()
775 ng_ether_attach_p = NULL; in ng_ether_mod_event()
/dragonfly/sys/net/
H A Dethernet.h383 extern void (*ng_ether_attach_p)(struct ifnet *ifp);
H A Dif_ethersubr.c97 void (*ng_ether_attach_p)(struct ifnet *ifp); variable
656 if (ng_ether_attach_p != NULL) in ether_ifattach_bpf()
657 (*ng_ether_attach_p)(ifp); in ether_ifattach_bpf()