Symbol: IFP2NG
sys/netgraph/ether/ng_ether.c
206
const node_p node = IFP2NG(ifp);
sys/netgraph/ether/ng_ether.c
222
const node_p node = IFP2NG(ifp);
sys/netgraph/ether/ng_ether.c
260
const node_p node = IFP2NG(ifp);
sys/netgraph/ether/ng_ether.c
287
KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
sys/netgraph/ether/ng_ether.c
305
IFP2NG(ifp) = node;
sys/netgraph/ether/ng_ether.c
323
const node_p node = IFP2NG(ifp);
sys/netgraph/ether/ng_ether.c
331
IFP2NG(ifp) = NULL; /* detach node from interface */
sys/netgraph/fec/ng_fec.c
752
node = IFP2NG(ifp);
sys/netgraph7/ether/ng_ether.c
219
const node_p node = IFP2NG(ifp);
sys/netgraph7/ether/ng_ether.c
238
const node_p node = IFP2NG(ifp);
sys/netgraph7/ether/ng_ether.c
257
const node_p node = IFP2NG(ifp);
sys/netgraph7/ether/ng_ether.c
281
KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
sys/netgraph7/ether/ng_ether.c
299
IFP2NG(ifp) = node;
sys/netgraph7/ether/ng_ether.c
316
const node_p node = IFP2NG(ifp);
sys/netgraph7/ether/ng_ether.c
325
IFP2NG(ifp) = NULL;
sys/netgraph7/ether/ng_ether.c
338
const node_p node = IFP2NG(ifp);
sys/netgraph7/ng_fec.c
414
IFP2NG(bifp) = priv->node;
sys/netgraph7/ng_fec.c
511
IFP2NG(bifp) = NULL;
sys/netgraph7/ng_fec.c
875
node = IFP2NG(ifp);
sys/netgraph7/ng_gif.c
172
const node_p node = IFP2NG(ifp);
sys/netgraph7/ng_gif.c
190
const node_p node = IFP2NG(ifp);
sys/netgraph7/ng_gif.c
235
KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
sys/netgraph7/ng_gif.c
269
const node_p node = IFP2NG(ifp);