Home
last modified time | relevance | path

Searched refs:ng_node (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/
H A Dnetgraph.h92 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 { struct
380 LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */ argument
381 LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */
390 SLIST_ENTRY(ng_node) nd_all; /* all existing nodes */ argument
H A Dng_base.c90 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()
H A Dng_device.c116 struct ng_node *node;
H A Dng_gif.c93 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
H A Dng_socket.c176 struct ng_node *node; /* the associated netgraph node */