Lines Matching defs:hook
262 #define _NG_ALLOC_HOOK(hook) \ argument
296 hook_p hook; in ng_alloc_hook() local
347 #define NG_ALLOC_HOOK(hook) do { (hook) = ng_alloc_hook(); } while (0) argument
350 #define NG_FREE_HOOK(hook) \ argument
368 #define NG_ALLOC_HOOK(hook) _NG_ALLOC_HOOK(hook) argument
371 #define NG_FREE_HOOK(hook) do { free((hook), M_NETGRAPH_HOOK); } while (0) argument
717 hook_p hook; in ng_rmnode() local
1050 ng_unref_hook(hook_p hook) in ng_unref_hook()
1070 hook_p hook; in ng_add_hook() local
1131 hook_p hook; in ng_findhook() local
1162 ng_destroy_hook(hook_p hook) in ng_destroy_hook()
1345 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1388 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1486 hook_p hook; in ng_con_nodes() local
1624 ng_rmhook_part2(node_p node, hook_p hook, void *arg1, int arg2) in ng_rmhook_part2()
1631 ng_rmhook_self(hook_p hook) in ng_rmhook_self()
1661 char *node, *path, *hook; in ng_path_parse() local
1788 hook_p hook; in ng_path2noderef() local
2229 hook_p hook; in ng_snd_item() local
2366 hook_p hook; in ng_apply_item() local
2582 hook_p hook; in ng_generic_msg() local
2618 hook_p hook; in ng_generic_msg() local
2650 if (NG_PEER_NODE_NAME(hook)[0] != '\0') in ng_generic_msg() local
3264 dumphook (hook_p hook, char *file, int line) in dumphook()
3362 hook_p hook; in ng_dumphooks() local
3597 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3636 hook_p hook = NULL; in ng_address_path() local
3685 ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg) in ng_package_msg_self()
3717 ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2) in ng_send_fn()
3724 ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2, in ng_send_fn1()
3754 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2()
3806 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout()