Searched refs:ng_deadnode (Results 1 – 1 of 1) sorted by relevance
121 struct ng_node ng_deadnode = { variable128 LIST_HEAD_INITIALIZER(ng_deadnode.nd_hooks),135 STAILQ_HEAD_INITIALIZER(ng_deadnode.nd_input_queue.queue),153 &ng_deadnode, /* attached to deadnode */723 if (node == &ng_deadnode) { in ng_rmnode()796 if (node == &ng_deadnode) in ng_unref_node()1191 if (NG_HOOK_NODE(peer) == &ng_deadnode) { in ng_destroy_hook()1212 if (node == &ng_deadnode) { /* happens if called from ng_con_nodes() */ in ng_destroy_hook()1231 _NG_HOOK_NODE(hook) = &ng_deadnode; in ng_destroy_hook()1358 if (NG_HOOK_NODE(hook) == &ng_deadnode) { in ng_con_part3()[all …]