Searched refs:IFP2NG (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_ether.c76 #define IFP2NG(ifp) (IFP2AC((ifp))->ac_netgraph) macro
247 const node_p node = IFP2NG(ifp);
264 const node_p node = IFP2NG(ifp);
283 const node_p node = IFP2NG(ifp);
322 KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
339 IFP2NG(ifp) = node;
355 const node_p node = IFP2NG(ifp);
365 IFP2NG(ifp) = NULL;
377 const node_p node = IFP2NG(ifp);
423 node = IFP2NG(if
[all...]
H A Dng_gif.c92 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph) macro
170 const node_p node = IFP2NG(ifp);
186 const node_p node = IFP2NG(ifp);
229 KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
262 const node_p node = IFP2NG(ifp);
H A Dng_fec.c138 #define IFP2NG(ifp) ((ifp)->if_afdata[AF_NETGRAPH]) macro
412 IFP2NG(bifp) = priv->node;
510 IFP2NG(bifp) = NULL;
872 node = IFP2NG(ifp);
/freebsd-10.0-release/sys/netgraph/atm/
H A Dng_atm.c351 #define IFP2NG(IFP) ((node_p)((struct ifatm *)(IFP)->if_softc)->ngpriv) macro
375 node_p node = IFP2NG(ifp);
427 const node_p node = IFP2NG(ifp);
449 node_p node = IFP2NG(ifp);
644 const node_p node = IFP2NG(ifp);
1267 KASSERT(IFP2NG(ifp) == 0, ("%s: node alreay exists?", __func__));
1299 const node_p node = IFP2NG(ifp);

Completed in 69 milliseconds