Lines Matching defs:hook
249 #define _NG_ALLOC_HOOK(hook) \ argument
268 hook_p hook; in ng_alloc_hook() local
319 #define NG_ALLOC_HOOK(hook) do { (hook) = ng_alloc_hook(); } while (0) argument
323 #define NG_FREE_HOOK(hook) \ argument
341 #define NG_ALLOC_HOOK(hook) _NG_ALLOC_HOOK(hook) argument
344 #define NG_FREE_HOOK(hook) do { kfree((hook), M_NETGRAPH_HOOK); } while (0) argument
688 hook_p hook; in ng_rmnode() local
1012 ng_unref_hook(hook_p hook) in ng_unref_hook()
1036 hook_p hook; in ng_add_hook() local
1097 hook_p hook; in ng_findhook() local
1128 ng_destroy_hook(hook_p hook) in ng_destroy_hook()
1305 ng_con_part3(node_p node, item_p item, hook_p hook) in ng_con_part3()
1348 ng_con_part2(node_p node, item_p item, hook_p hook) in ng_con_part2()
1446 hook_p hook; in ng_con_nodes() local
1585 ng_rmhook_part2(node_p node, hook_p hook, void *arg1, int arg2) in ng_rmhook_part2()
1592 ng_rmhook_self(hook_p hook) in ng_rmhook_self()
1622 char *node, *path, *hook; in ng_path_parse() local
1696 hook_p hook = NULL; in ng_path2noderef() local
1911 hook_p hook; in ng_snd_item() local
1976 hook_p hook; in ng_apply_item() local
2190 hook_p hook; in ng_generic_msg() local
2226 hook_p hook; in ng_generic_msg() local
2258 if (NG_PEER_NODE_NAME(hook)[0] != '\0') in ng_generic_msg() local
2824 dumphook (hook_p hook, char *file, int line) in dumphook()
2916 hook_p hook; in ng_dumphooks() local
3051 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) in ng_address_hook()
3086 hook_p hook = NULL; in ng_address_path() local
3136 ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg) in ng_package_msg_self()
3168 ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2) in ng_send_fn()
3174 ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2, in ng_send_fn1()
3202 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2()
3248 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, in ng_callout()
3333 hook_p hook = NULL; in ng_macro_test() local