Searched refs:nd_flags (Results 1 – 7 of 7) sorted by relevance
377 if ((sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_rcvmsg()693 if (sc->node->nd_flags & NG_SOURCE_ACTIVE) in ng_source_start()696 sc->node->nd_flags |= NG_SOURCE_ACTIVE; in ng_source_start()716 sc->node->nd_flags &= ~NG_SOURCE_ACTIVE; in ng_source_stop()737 || (sc->node->nd_flags & NG_SOURCE_ACTIVE) == 0) { in ng_source_intr()782 KASSERT(sc->node->nd_flags & NG_SOURCE_ACTIVE, in ng_source_send()
375 int nd_flags; /* see below for bit definitions */ member421 #define _NG_NODE_IS_VALID(node) (!((node)->nd_flags & NGF_INVALID))422 #define _NG_NODE_NOT_VALID(node) ((node)->nd_flags & NGF_INVALID)425 do{ node->nd_flags |= NGF_FORCE_WRITER; }while (0)427 do{ node->nd_flags |= NGF_HI_STACK; }while (0)429 do{ node->nd_flags |= (NGF_REALLY_DIE|NGF_INVALID); }while (0)431 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()
415 if (node->nd_flags & NGF_REALLY_DIE) { in ng_xxx_shutdown()
492 if (node->nd_flags & NGF_REALLY_DIE) { in ng_gif_shutdown()
754 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ether_shutdown()
1651 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ubt_shutdown()