Searched refs:nd_flags (Results 1 – 9 of 9) sorted by relevance
378 if ((sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_rcvmsg()694 if (sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_start()697 sc->node->nd_flags |= NG_SOURCE_ACTIVE; in ng_source_start()717 sc->node->nd_flags &= ~NG_SOURCE_ACTIVE; in ng_source_stop()738 || (sc->node->nd_flags & NG_SOURCE_ACTIVE) == 0) { in ng_source_intr()783 KASSERT(sc->node->nd_flags & NG_SOURCE_ACTIVE, in ng_source_send()
368 int nd_flags; /* see below for bit definitions */ member414 #define _NG_NODE_IS_VALID(node) (!((node)->nd_flags & NGF_INVALID))415 #define _NG_NODE_NOT_VALID(node) ((node)->nd_flags & NGF_INVALID)418 do{ node->nd_flags |= NGF_FORCE_WRITER; }while (0)420 do{ node->nd_flags |= NGF_HI_STACK; }while (0)422 do{ node->nd_flags |= (NGF_REALLY_DIE|NGF_INVALID); }while (0)424 do { node->nd_flags &= ~NGF_INVALID; } while (0)
720 if ((node->nd_flags & NGF_CLOSING) != 0) in ng_rmnode()737 node->nd_flags |= NGF_INVALID|NGF_CLOSING; in ng_rmnode()768 node->nd_flags &= ~(NGF_INVALID|NGF_CLOSING); in ng_rmnode()1615 node->nd_flags |= NGF_INVALID; in ng_rmnode_self()1616 if (node->nd_flags & NGF_CLOSING) in ng_rmnode_self()2265 (node->nd_flags & NGF_FORCE_WRITER) || in ng_snd_item()2296 ((node->nd_flags & NGF_HI_STACK) || (hook && in ng_snd_item()3176 if (node->nd_flags & NGF_REALLY_DIE) in vnet_netgraph_uninit()3180 node->nd_flags |= NGF_REALLY_DIE; in vnet_netgraph_uninit()3283 node->nd_numhooks, node->nd_flags, in dumpnode()
426 if (node->nd_flags & NGF_REALLY_DIE) { in ng_xxx_shutdown()
493 if (node->nd_flags & NGF_REALLY_DIE) { in ng_gif_shutdown()
755 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ether_shutdown()
1605 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ubt_shutdown()
2020 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ce_rmnode()
2170 if (node->nd_flags & NGF_REALLY_DIE) { in ng_cp_rmnode()