Home
last modified time | relevance | path

Searched refs:ng_hook (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h43 struct ng_hook;
51 struct ng_hook *hook; /* downstream hook */
H A Dng_btsocket_l2cap.h43 struct ng_hook;
48 struct ng_hook *hook; /* downstream hook */
/f-stack/freebsd/netgraph/
H A Dnetgraph.h84 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 Dng_device.c96 struct ng_hook *hook;
H A Dng_base.c92 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 Dnetgraph.h85 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 Dff_ng_base.c92 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()