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

/freebsd-10.2-release/sys/netgraph/
H A Dng_sample.c410 * If we find the NGF_REALLY_DIE bit set, this means that
426 if (node->nd_flags & NGF_REALLY_DIE) {
H A Dng_gif.c491 if (node->nd_flags & NGF_REALLY_DIE) {
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)
H A Dng_ether.c754 if (node->nd_flags & NGF_REALLY_DIE) {
H A Dng_base.c759 * Our caller should set NGF_REALLY_DIE in nd_flags.
3167 printf("ng node %s needs NGF_REALLY_DIE\n",
3169 if (node->nd_flags & NGF_REALLY_DIE)
3172 node->nd_flags |= NGF_REALLY_DIE;
/freebsd-10.2-release/sys/netgraph/atm/
H A Dng_atm.c1322 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1466 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-10.2-release/sys/dev/ce/
H A Dif_ce.c2470 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-10.2-release/sys/dev/cp/
H A Dif_cp.c2188 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c2131 if (node->nd_flags & NGF_REALLY_DIE) {
/freebsd-10.2-release/sys/dev/cx/
H A Dif_cx.c2469 if (node->nd_flags & NGF_REALLY_DIE) {

Completed in 236 milliseconds