Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_gif.h58 void *gif_netgraph; /* netgraph node info */ member
/f-stack/tools/compat/include/net/
H A Dif_gif.h58 void *gif_netgraph; /* netgraph node info */ member
/f-stack/freebsd/netgraph/
H A Dng_gif.c94 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
95 #define IFP2NG_SET(ifp, val) (((struct gif_softc *)(ifp->if_softc))->gif_netgraph = (val))