Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_gif.c547 if (ng_gif_attach_p != NULL) { in ng_gif_mod_event()
551 ng_gif_attach_p = ng_gif_attach; in ng_gif_mod_event()
584 ng_gif_attach_p = NULL; in ng_gif_mod_event()
/f-stack/freebsd/net/
H A Dif_gif.h49 extern void (*ng_gif_attach_p)(struct ifnet *ifp);
H A Dif_gif.c104 void (*ng_gif_attach_p)(struct ifnet *ifp); variable
163 if (ng_gif_attach_p != NULL) in gif_clone_create()
164 (*ng_gif_attach_p)(GIF2IFP(sc)); in gif_clone_create()
/f-stack/tools/compat/include/net/
H A Dif_gif.h49 extern void (*ng_gif_attach_p)(struct ifnet *ifp);