Lines Matching defs:hook
266 #define _NG_ALLOC_HOOK(hook) \ argument
300 hook_p hook; in ng_alloc_hook() local
351 #define NG_ALLOC_HOOK(hook) do { (hook) = ng_alloc_hook(); } while (0) argument
354 #define NG_FREE_HOOK(hook) \ argument
372 #define NG_ALLOC_HOOK(hook) _NG_ALLOC_HOOK(hook) argument
375 #define NG_FREE_HOOK(hook) do { free((hook), M_NETGRAPH_HOOK); } while (0) argument
721 hook_p hook; in ng_rmnode() local
1052 ng_unref_hook(hook_p hook) in ng_unref_hook()
1072 hook_p hook; in ng_add_hook() local
1133 hook_p hook; in ng_findhook() local
1164 ng_destroy_hook(hook_p hook) in ng_destroy_hook()
1347 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1390 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1488 hook_p hook; in ng_con_nodes() local
1626 ng_rmhook_part2(node_p node, hook_p hook, void *arg1, int arg2) in ng_rmhook_part2()
1633 ng_rmhook_self(hook_p hook) in ng_rmhook_self()
1663 char *node, *path, *hook; in ng_path_parse() local
1790 hook_p hook; in ng_path2noderef() local
2233 hook_p hook; in ng_snd_item() local
2381 hook_p hook; in ng_apply_item() local
2599 hook_p hook; in ng_generic_msg() local
2635 hook_p hook; in ng_generic_msg() local
2667 if (NG_PEER_NODE_NAME(hook)[0] != '\0') in ng_generic_msg() local
3285 dumphook (hook_p hook, char *file, int line) in dumphook()
3383 hook_p hook; in ng_dumphooks() local
3607 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3646 hook_p hook = NULL; in ng_address_path() local
3695 ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg) in ng_package_msg_self()
3727 ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2) in ng_send_fn()
3734 ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2, in ng_send_fn1()
3764 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2()
3816 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout()