Home
last modified time | relevance | path

Searched refs:ng_item (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h151 struct ng_item;
154 STAILQ_HEAD(, ng_item) queue; /* actually items queue */
206 struct ng_item *i = NULL; \
/freebsd/sys/netgraph/
H A Dnetgraph.h93 struct ng_item ;
94 typedef struct ng_item *item_p;
97 typedef struct ng_item const *item_cp;
369 STAILQ_HEAD(, ng_item) queue; /* actually items queue */
628 typedef int ng_item_fn2(node_p node, struct ng_item *item, hook_p hook);
636 struct ng_item { struct
638 STAILQ_ENTRY(ng_item) el_next; argument
665 TAILQ_ENTRY(ng_item) all; /* all existing items */ argument
H A Dng_base.c2973 static TAILQ_HEAD(, ng_item) ng_itemlist = TAILQ_HEAD_INITIALIZER(ng_itemlist);
3220 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event()
3224 sizeof(struct ng_item), NULL, NULL, NULL, NULL, in ngb_mod_event()