Home
last modified time | relevance | path

Searched defs:ng_hook (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph/
H A Dnetgraph.h68 struct ng_hook { struct
73 struct ng_hook *peer; /* the other end of this link */ argument
75 LIST_ENTRY(ng_hook) hooks; /* linked list of all hooks on node */ argument
/dragonfly/sys/netgraph7/
H A Dnetgraph.h110 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