Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h134 #define HK_TO_INBOUND 0x0020 /* Hook on ntw. stack inbound path. */ macro
156 do { hook->hk_flags |= HK_TO_INBOUND; } while (0)
H A Dng_base.c2275 } else if (hook && (hook->hk_flags & HK_TO_INBOUND) && in ng_snd_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h135 #define HK_TO_INBOUND 0x0020 /* Hook on ntw. stack inbound path. */ macro
157 do { hook->hk_flags |= HK_TO_INBOUND; } while (0)
/f-stack/lib/
H A Dff_ng_base.c2286 } else if (hook && (hook->hk_flags & HK_TO_INBOUND) && in ng_snd_item()