Symbol: ng_node
sys/netgraph/fec/ng_fec.c
129
#define IFP2NG(ifp) ((struct ng_node *)((struct arpcom *)(ifp))->ac_netgraph)
sys/netgraph/fec/ng_fec.c
741
struct ng_node *node;
sys/netgraph/netgraph.h
114
LIST_ENTRY(ng_node) nodes; /* linked list of all nodes */
sys/netgraph/netgraph.h
115
LIST_ENTRY(ng_node) idnodes; /* ID hash collision list */
sys/netgraph/netgraph.h
117
typedef struct ng_node *node_p;
sys/netgraph/netgraph.h
74
struct ng_node *node; /* The node this hook is attached to */
sys/netgraph/netgraph/ng_base.c
77
static LIST_HEAD(, ng_node) nodelist;
sys/netgraph/netgraph/ng_base.c
84
static LIST_HEAD(, ng_node) ID_hash[ID_HASH_SIZE];
sys/netgraph/socket/ng_socketvar.h
57
struct ng_node *node; /* the associated netgraph node */
sys/netgraph7/netgraph.h
116
struct ng_node *hk_node; /* The node this hook is attached to */
sys/netgraph7/netgraph.h
341
LIST_ENTRY(ng_node) nd_nodes; /* name hash collision list */
sys/netgraph7/netgraph.h
342
LIST_ENTRY(ng_node) nd_idnodes; /* ID hash collision list */
sys/netgraph7/netgraph.h
350
SLIST_ENTRY(ng_node) nd_all; /* all existing nodes */
sys/netgraph7/netgraph.h
84
struct ng_node ;
sys/netgraph7/netgraph.h
89
typedef struct ng_node *node_p;
sys/netgraph7/netgraph/ng_base.c
114
struct ng_node ng_deadnode = {
sys/netgraph7/netgraph/ng_base.c
177
LIST_HEAD(nodehash, ng_node);
sys/netgraph7/netgraph/ng_base.c
296
SLIST_ENTRY(ng_node) temp;
sys/netgraph7/netgraph/ng_base.c
302
bzero(node, sizeof(struct ng_node));
sys/netgraph7/netgraph/ng_base.c
83
static SLIST_HEAD(, ng_node) ng_allnodes;
sys/netgraph7/netgraph/ng_base.c
84
static LIST_HEAD(, ng_node) ng_freenodes; /* in debug, we never free() them */
sys/netgraph7/ng_device.c
90
struct ng_node *node;
sys/netgraph7/ng_fec.c
865
struct ng_node *node;
sys/netgraph7/ng_gif.c
92
#define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
sys/netgraph7/socket/ng_socketvar.h
58
struct ng_node *node; /* the associated netgraph node */