IFP2NG
#define IFP2NG(ifp) (IFP2AC((ifp))->ac_netgraph)
#define IFP2NG(ifp) ((struct ng_node *)((struct arpcom *)(ifp))->ac_netgraph)
#define IFP2NG(ifp) (IFP2AC((ifp))->ac_netgraph)
#define IFP2NG(ifp) ((ifp)->if_afdata[AF_NETGRAPH])
#define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)