Home
last modified time | relevance | path

Searched refs:NGI_HOOK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dnetgraph.h801 #define NGI_HOOK(i) _ngi_hook(i, _NN_) macro
834 #define NGI_HOOK(i) _NGI_HOOK(i) macro
865 (h) = NGI_HOOK(i); \
H A Dng_base.c2246 hook = NGI_HOOK(item); in ng_snd_item()
3489 if (NGI_HOOK(item) ) { \
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h803 #define NGI_HOOK(i) _ngi_hook(i, _NN_) macro
836 #define NGI_HOOK(i) _NGI_HOOK(i) macro
867 (h) = NGI_HOOK(i); \
/f-stack/lib/
H A Dff_ng_base.c2256 hook = NGI_HOOK(item); in ng_snd_item()
3519 if (NGI_HOOK(item) ) { \