Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_sample.c182 const xxx_p xxxp = NG_NODE_PRIVATE(node); in ng_xxx_newhook() local
189 if ((xxxp->flags & SCF_RUNNING) == 0) { in ng_xxx_newhook()
190 ng_xxx_start_hardware(xxxp); in ng_xxx_newhook()
211 if (xxxp->channel[chan].dlci == dlci) in ng_xxx_newhook()
215 if (xxxp->channel[chan].dlci == -2) in ng_xxx_newhook()
219 xxxp->channel[chan].dlci = dlci; in ng_xxx_newhook()
221 if (xxxp->channel[chan].hook != NULL) in ng_xxx_newhook()
223 NG_HOOK_SET_PRIVATE(hook, xxxp->channel + chan); in ng_xxx_newhook()
224 xxxp->channel[chan].hook = hook; in ng_xxx_newhook()
229 xxxp->downstream_hook.hook = hook; in ng_xxx_newhook()
[all …]