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

/freebsd-13-stable/sys/netgraph/
H A Dng_ether.c77 #define IFP2NG(ifp) ((ifp)->if_l2com) macro
248 const node_p node = IFP2NG(ifp);
265 const node_p node = IFP2NG(ifp);
284 const node_p node = IFP2NG(ifp);
324 KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
341 IFP2NG(ifp) = node;
356 const node_p node = IFP2NG(ifp);
366 IFP2NG(ifp) = NULL;
378 const node_p node = IFP2NG(ifp);
423 node = IFP2NG(if
[all...]
H A Dng_gif.c94 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph) macro
172 const node_p node = IFP2NG(ifp);
188 const node_p node = IFP2NG(ifp);
231 KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
264 const node_p node = IFP2NG(ifp);

Completed in 97 milliseconds