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

/freebsd-10-stable/sys/netgraph/
H A Dng_vjc.c264 hook_p *hookp; local
268 hookp = &priv->ip;
270 hookp = &priv->vjcomp;
272 hookp = &priv->vjuncomp;
274 hookp = &priv->vjip;
279 if (*hookp)
283 *hookp = hook;
H A Dng_async.c207 hook_p *hookp; local
216 hookp = &sc->async;
227 hookp = &sc->sync;
231 if (*hookp) /* actually can't happen I think [JRE] */
233 *hookp = hook;
358 hook_p *hookp; local
361 hookp = &sc->async;
363 hookp = &sc->sync;
366 if (!*hookp)
368 *hookp
[all...]
H A Dng_base.c216 static int ng_add_hook(node_p node, const char *name, hook_p * hookp);
1057 ng_add_hook(node_p node, const char *name, hook_p *hookp) argument
1105 if (hookp)
1106 *hookp = hook;
1643 * to "PATH" (or NULL if degenerate). Also, *hookp will point to
1649 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) argument
1708 if (hookp)
1709 *hookp = hook;

Completed in 69 milliseconds