Searched refs:ng_hook (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_btsocket_sco.h | 43 struct ng_hook; 51 struct ng_hook *hook; /* downstream hook */
|
| H A D | ng_btsocket_l2cap.h | 43 struct ng_hook; 48 struct ng_hook *hook; /* downstream hook */
|
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 84 struct ng_hook ; 89 typedef struct ng_hook *hook_p; 109 struct ng_hook { struct 114 struct ng_hook *hk_peer; /* the other end of this link */ argument 116 LIST_ENTRY(ng_hook) hk_hooks; /* linked list of all hooks on node */ argument 125 SLIST_ENTRY(ng_hook) hk_all; /* all existing items */ argument 365 LIST_HEAD(hooks, ng_hook) nd_hooks; /* linked list of node hooks */
|
| H A D | ng_device.c | 96 struct ng_hook *hook;
|
| H A D | ng_base.c | 92 static SLIST_HEAD(, ng_hook) ng_allhooks; 93 static LIST_HEAD(, ng_hook) ng_freehooks; /* in debug, we never free() them */ 147 struct ng_hook ng_deadhook = { 297 SLIST_ENTRY(ng_hook) temp; in ng_alloc_hook() 303 bzero(hook, sizeof(struct ng_hook)); in ng_alloc_hook()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 85 struct ng_hook ; 90 typedef struct ng_hook *hook_p; 110 struct ng_hook { struct 115 struct ng_hook *hk_peer; /* the other end of this link */ argument 117 LIST_ENTRY(ng_hook) hk_hooks; /* linked list of all hooks on node */ argument 126 SLIST_ENTRY(ng_hook) hk_all; /* all existing items */ argument 367 LIST_HEAD(hooks, ng_hook) nd_hooks; /* linked list of node hooks */
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 92 static SLIST_HEAD(, ng_hook) ng_allhooks; 93 static LIST_HEAD(, ng_hook) ng_freehooks; /* in debug, we never free() them */ 147 struct ng_hook ng_deadhook = { 301 SLIST_ENTRY(ng_hook) temp; in ng_alloc_hook() 307 bzero(hook, sizeof(struct ng_hook)); in ng_alloc_hook()
|