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

/freebsd-11.0-release/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.c222 static int ng_add_hook(node_p node, const char *name, hook_p * hookp);
1063 ng_add_hook(node_p node, const char *name, hook_p *hookp) argument
1111 if (hookp)
1112 *hookp = hook;
1649 * to "PATH" (or NULL if degenerate). Also, *hookp will point to
1655 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) argument
1714 if (hookp)
1715 *hookp = hook;

Completed in 111 milliseconds