Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h389 #define NGF_HI_STACK 0x00000020 /* node has hi stack usage */ macro
413 do{ node->nd_flags |= NGF_HI_STACK; }while (0)
H A Dng_base.c2292 ((node->nd_flags & NGF_HI_STACK) || (hook && in ng_snd_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h391 #define NGF_HI_STACK 0x00000020 /* node has hi stack usage */ macro
415 do{ node->nd_flags |= NGF_HI_STACK; }while (0)
/f-stack/lib/
H A Dff_ng_base.c2303 ((node->nd_flags & NGF_HI_STACK) || (hook && in ng_snd_item()