Searched refs:ng_hook (Results 1 – 5 of 5) sorted by relevance
42 struct ng_hook;50 struct ng_hook *hook; /* downstream hook */
42 struct ng_hook;47 struct ng_hook *hook; /* downstream hook */
91 struct ng_hook ;96 typedef struct ng_hook *hook_p;98 typedef struct ng_hook const *hook_cp;123 struct ng_hook { struct128 struct ng_hook *hk_peer; /* the other end of this link */ argument130 LIST_ENTRY(ng_hook) hk_hooks; /* linked list of all hooks on node */ argument139 SLIST_ENTRY(ng_hook) hk_all; /* all existing items */ argument379 LIST_HEAD(hooks, ng_hook) nd_hooks; /* linked list of node hooks */
117 struct ng_hook *hook;
92 static SLIST_HEAD(, ng_hook) ng_allhooks;93 static LIST_HEAD(, ng_hook) ng_freehooks; /* in debug, we never free() them */147 struct ng_hook ng_deadhook = {297 SLIST_ENTRY(ng_hook) temp; in ng_alloc_hook()303 bzero(hook, sizeof(struct ng_hook)); in ng_alloc_hook()