Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h85 struct ng_node ;
88 typedef struct ng_node *node_p;
115 struct ng_node *hk_node; /* The node this hook is attached to */
354 STAILQ_ENTRY(ng_node) q_work; /* nodes with work to do */
358 struct ng_node { struct
366 LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */ argument
367 LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */
376 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.c95 struct ng_node *node;
H A Dng_gif.c94 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
H A Dng_socket.c178 struct ng_node *node; /* the associated netgraph node */
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h86 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 { struct
368 LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */ argument
369 LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */
378 SLIST_ENTRY(ng_node) nd_all; /* all existing nodes */ argument
/f-stack/lib/
H A Dff_ng_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);
328 SLIST_ENTRY(ng_node) temp; in ng_alloc_node()
334 bzero(node, sizeof(struct ng_node)); in ng_alloc_node()