ng_findhook
hook_p ng_findhook(node_p node, const char *name);
if (ng_findhook(node, name) != NULL) {
if (ng_findhook(node, NG_HOOK_NAME(hook)) != NULL) {
if (ng_findhook(node2, name2) != NULL) {
hook = ng_findhook(node, segment);
if ((hook = ng_findhook(here, rmh->ourhook)) != NULL)
if ((hook = ng_findhook(node, hp->thisHook)) == NULL)
if ((hook = ng_findhook(node, msg->data)) == NULL)
if ((hook = ng_findhook(node, msg->data)) == NULL)
hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch);
hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch);
if ((hook = ng_findhook(node, linkName)) == NULL) {
: ng_findhook(node, mh->hook);
hook = ng_findhook(node, f->matchhook);
hook = ng_findhook(node, (char *)msg->data);
hook = ng_findhook(node, ourmsg->hook);
hook = ng_findhook(pcbp->sockdata->node, hookname);
if ((hook = ng_findhook(node, hp->thisHook)) == NULL)
if ((hook = ng_findhook(node, hp->thisHook)) == NULL)
if ((hook = ng_findhook(node, msg->data)) == NULL)
if ((hook = ng_findhook(node, msg->data)) == NULL)
if ((hook = ng_findhook(node, msg->data)) == NULL)
hip->hi_match = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifMatch);
hip->hi_nonmatch = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifNotMatch);
hook = ng_findhook(node, (char *)msg->data);
in = ng_findhook(node, set->inHook);
out = ng_findhook(node, set->outHook);
hook = ng_findhook(node, vf->hook_name);
hook = ng_findhook(node, (char *)msg->data);