Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/include/
HDng_bluetooth.h150 struct ng_item;
153 STAILQ_HEAD(, ng_item) queue; /* actually items queue */
205 struct ng_item *i = NULL; \
/NextBSD/sys/netgraph/
HDnetgraph.h87 struct ng_item ;
88 typedef struct ng_item *item_p;
357 STAILQ_HEAD(, ng_item) queue; /* actually items queue */
622 typedef int ng_item_fn2(node_p node, struct ng_item *item, hook_p hook);
630 struct ng_item { struct
632 STAILQ_ENTRY(ng_item) el_next; argument
659 TAILQ_ENTRY(ng_item) all; /* all existing items */ argument
HDng_base.c2965 static TAILQ_HEAD(, ng_item) ng_itemlist = TAILQ_HEAD_INITIALIZER(ng_itemlist);
3214 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event()
3218 sizeof(struct ng_item), NULL, NULL, NULL, NULL, in ngb_mod_event()