Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/
Dng_sample.c426 if (node->nd_flags & NGF_REALLY_DIE) { in ng_xxx_shutdown()
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)
Dng_gif.c497 if (node->nd_flags & NGF_REALLY_DIE) { in ng_gif_shutdown()
Dng_ether.c758 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ether_shutdown()
Dng_base.c3174 if (node->nd_flags & NGF_REALLY_DIE) in vnet_netgraph_uninit()
3177 node->nd_flags |= NGF_REALLY_DIE; in vnet_netgraph_uninit()
/freebsd-9-stable/sys/netgraph/atm/
Dng_atm.c1322 if (node->nd_flags & NGF_REALLY_DIE) { in ng_atm_shutdown()
/freebsd-9-stable/sys/netgraph/bluetooth/drivers/ubt/
Dng_ubt.c1422 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ubt_shutdown()
/freebsd-9-stable/sys/dev/ctau/
Dif_ct.c2130 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ct_rmnode()
/freebsd-9-stable/sys/dev/cp/
Dif_cp.c2188 if (node->nd_flags & NGF_REALLY_DIE) { in ng_cp_rmnode()
/freebsd-9-stable/sys/dev/ce/
Dif_ce.c2470 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-9-stable/sys/dev/cx/
Dif_cx.c2468 if (node->nd_flags & NGF_REALLY_DIE) { in ng_cx_rmnode()