Searched refs:ng_node (Results 1 – 5 of 5) sorted by relevance
86 struct ng_node ;89 typedef struct ng_node *node_p;116 struct ng_node *hk_node; /* The node this hook is attached to */356 STAILQ_ENTRY(ng_node) q_work; /* nodes with work to do */360 struct ng_node { struct368 LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */ argument369 LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */378 SLIST_ENTRY(ng_node) nd_all; /* all existing nodes */ argument
89 static SLIST_HEAD(, ng_node) ng_allnodes;90 static LIST_HEAD(, ng_node) ng_freenodes; /* in debug, we never free() them */120 struct ng_node ng_deadnode = {169 static STAILQ_HEAD(, ng_node) ng_worklist = STAILQ_HEAD_INITIALIZER(ng_worklist);181 LIST_HEAD(nodehash, ng_node);323 SLIST_ENTRY(ng_node) temp; in ng_alloc_node()329 bzero(node, sizeof(struct ng_node)); in ng_alloc_node()
93 struct ng_node *node;
94 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
176 struct ng_node *node; /* the associated netgraph node */