Searched refs:ng_item (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_bluetooth.h | 152 struct ng_item; 155 STAILQ_HEAD(, ng_item) queue; /* actually items queue */ 207 struct ng_item *i = NULL; \
|
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 86 struct ng_item ; 87 typedef struct ng_item *item_p; 355 STAILQ_HEAD(, ng_item) queue; /* actually items queue */ 620 typedef int ng_item_fn2(node_p node, struct ng_item *item, hook_p hook); 628 struct ng_item { struct 630 STAILQ_ENTRY(ng_item) el_next; argument 657 TAILQ_ENTRY(ng_item) all; /* all existing items */ argument
|
| H A D | ng_base.c | 2966 static TAILQ_HEAD(, ng_item) ng_itemlist = TAILQ_HEAD_INITIALIZER(ng_itemlist); 3213 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event() 3217 sizeof(struct ng_item), NULL, NULL, NULL, NULL, in ngb_mod_event()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 87 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
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2990 static TAILQ_HEAD(, ng_item) ng_itemlist = TAILQ_HEAD_INITIALIZER(ng_itemlist); 3239 ng_qzone = uma_zcreate("NetGraph items", sizeof(struct ng_item), in ngb_mod_event() 3243 sizeof(struct ng_item), NULL, NULL, NULL, NULL, in ngb_mod_event()
|