Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c150 HK_INVALID | HK_DEAD,
1086 hook->hk_flags = HK_INVALID; in ng_add_hook()
1174 hook->hk_flags |= HK_INVALID; in ng_destroy_hook()
1377 hook->hk_flags &= ~HK_INVALID; in ng_con_part3()
1466 hook->hk_flags &= ~HK_INVALID; /* need both to be able to work */ in ng_con_part2()
1499 hook2->hk_flags = HK_INVALID; in ng_con_nodes()
1590 hook1->hk_flags &= ~HK_INVALID; in ng_mkpeer()
1591 hook2->hk_flags &= ~HK_INVALID; in ng_mkpeer()
H A Dnetgraph.h129 #define HK_INVALID 0x0001 /* don't trust it! */ macro
148 #define _NG_HOOK_NOT_VALID(hook) ((hook)->hk_flags & HK_INVALID)
149 #define _NG_HOOK_IS_VALID(hook) (!((hook)->hk_flags & HK_INVALID))
/f-stack/lib/
H A Dff_ng_base.c150 HK_INVALID | HK_DEAD,
1092 hook->hk_flags = HK_INVALID; in ng_add_hook()
1180 hook->hk_flags |= HK_INVALID; in ng_destroy_hook()
1383 hook->hk_flags &= ~HK_INVALID; in ng_con_part3()
1472 hook->hk_flags &= ~HK_INVALID; /* need both to be able to work */ in ng_con_part2()
1505 hook2->hk_flags = HK_INVALID; in ng_con_nodes()
1596 hook1->hk_flags &= ~HK_INVALID; in ng_mkpeer()
1597 hook2->hk_flags &= ~HK_INVALID; in ng_mkpeer()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h130 #define HK_INVALID 0x0001 /* don't trust it! */ macro
149 #define _NG_HOOK_NOT_VALID(hook) ((hook)->hk_flags & HK_INVALID)
150 #define _NG_HOOK_IS_VALID(hook) (!((hook)->hk_flags & HK_INVALID))