Home
last modified time | relevance | path

Searched refs:NGF_REALLY_DIE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_sample.c426 if (node->nd_flags & NGF_REALLY_DIE) { in ng_xxx_shutdown()
H A Dng_gif.c493 if (node->nd_flags & NGF_REALLY_DIE) { in ng_gif_shutdown()
H A Dnetgraph.h387 #define NGF_REALLY_DIE 0x00000010 /* "persistent" node is unloading */ macro
388 #define NG_REALLY_DIE NGF_REALLY_DIE /* compat for old code */
415 do{ node->nd_flags |= (NGF_REALLY_DIE|NGF_INVALID); }while (0)
H A Dng_ether.c753 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ether_shutdown()
H A Dng_base.c3169 if (node->nd_flags & NGF_REALLY_DIE) in vnet_netgraph_uninit()
3173 node->nd_flags |= NGF_REALLY_DIE; in vnet_netgraph_uninit()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h389 #define NGF_REALLY_DIE 0x00000010 /* "persistent" node is unloading */ macro
390 #define NG_REALLY_DIE NGF_REALLY_DIE /* compat for old code */
417 do{ node->nd_flags |= (NGF_REALLY_DIE|NGF_INVALID); }while (0)
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1589 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ubt_shutdown()
/f-stack/lib/
H A Dff_ng_base.c3193 if (node->nd_flags & NGF_REALLY_DIE) in vnet_netgraph_uninit()
3197 node->nd_flags |= NGF_REALLY_DIE; in vnet_netgraph_uninit()