Searched refs:ng_node (Results 1 – 5 of 5) sorted by relevance
92 struct ng_node ;95 typedef struct ng_node *node_p;100 typedef struct ng_node *node_cp; /* annotated during debug */102 typedef struct ng_node const *node_cp;129 struct ng_node *hk_node; /* The node this hook is attached to */368 STAILQ_ENTRY(ng_node) q_work; /* nodes with work to do */372 struct ng_node { struct380 LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */ argument381 LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */390 SLIST_ENTRY(ng_node) nd_all; /* all existing nodes */ argument
90 static SLIST_HEAD(, ng_node) ng_allnodes;91 static LIST_HEAD(, ng_node) ng_freenodes; /* in debug, we never free() them */121 struct ng_node ng_deadnode = {170 static STAILQ_HEAD(, ng_node) ng_worklist = STAILQ_HEAD_INITIALIZER(ng_worklist);182 LIST_HEAD(nodehash, ng_node);324 SLIST_ENTRY(ng_node) temp; in ng_alloc_node()330 bzero(node, sizeof(struct ng_node)); in ng_alloc_node()
116 struct ng_node *node;
93 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
176 struct ng_node *node; /* the associated netgraph node */