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

/freebsd-13-stable/sys/netgraph/
H A Dng_sample.c184 const xxx_p xxxp = NG_NODE_PRIVATE(node); local
191 if ((xxxp->flags & SCF_RUNNING) == 0) {
192 ng_xxx_start_hardware(xxxp);
213 if (xxxp->channel[chan].dlci == dlci)
217 if (xxxp->channel[chan].dlci == -2)
221 xxxp->channel[chan].dlci = dlci;
223 if (xxxp->channel[chan].hook != NULL)
225 NG_HOOK_SET_PRIVATE(hook, xxxp->channel + chan);
226 xxxp->channel[chan].hook = hook;
231 xxxp
261 const xxx_p xxxp = NG_NODE_PRIVATE(node); local
327 const xxx_p xxxp = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); local
[all...]

Completed in 101 milliseconds