Symbol: NG_INVALID
sys/netgraph/UI/ng_UI.c
206
node->flags |= NG_INVALID;
sys/netgraph/bpf/ng_bpf.c
441
node->flags |= NG_INVALID;
sys/netgraph/bridge/ng_bridge.c
941
if ((node->flags & NG_INVALID) != 0) {
sys/netgraph/cisco/ng_cisco.c
404
node->flags |= NG_INVALID;
sys/netgraph/eiface/ng_eiface.c
544
node->flags &= ~NG_INVALID;
sys/netgraph/ether/ng_ether.c
329
node->flags |= NG_INVALID;
sys/netgraph/ether/ng_ether.c
598
node->flags &= ~NG_INVALID; /* bounce back to life */
sys/netgraph/frame_relay/ng_frame_relay.c
488
node->flags |= NG_INVALID;
sys/netgraph/ksocket/ng_ksocket.c
951
node->flags |= NG_INVALID;
sys/netgraph/ksocket/ng_ksocket.c
992
if ((node->flags & NG_INVALID) != 0) {
sys/netgraph/l2tp/ng_l2tp.c
629
node->flags |= NG_INVALID;
sys/netgraph/lmi/ng_lmi.c
1067
node->flags |= NG_INVALID;
sys/netgraph/mppc/ng_mppc.c
414
node->flags |= NG_INVALID;
sys/netgraph/netgraph.h
136
#define NG_NODE_IS_VALID(node) (!((node)->flags & NG_INVALID))
sys/netgraph/netgraph.h
137
#define NG_NODE_NOT_VALID(node) ((node)->flags & NG_INVALID)
sys/netgraph/netgraph/ng_base.c
1415
if ((node->flags & NG_INVALID) == 0
sys/netgraph/netgraph/ng_base.c
1443
if ((node->flags & NG_INVALID) != 0)
sys/netgraph/netgraph/ng_base.c
2059
if (node->flags & NG_INVALID) {
sys/netgraph/netgraph/ng_base.c
428
if ((node->flags & NG_INVALID) != 0)
sys/netgraph/netgraph/ng_base.c
435
node->flags |= NG_INVALID;
sys/netgraph/netgraph/ng_base.c
459
node->flags |= NG_INVALID;
sys/netgraph/netgraph/ng_base.c
500
while ((node->flags & (NG_BUSY | NG_INVALID)) == NG_BUSY)
sys/netgraph/netgraph/ng_base.c
503
if (node->flags & NG_INVALID) {
sys/netgraph/netgraph/ng_base.c
544
if ((np->flags & NG_INVALID) == 0 && np->ID == ID)
sys/netgraph/netgraph/ng_base.c
633
&& ((node->flags & NG_INVALID) == 0))
sys/netgraph/ng_sample.c
428
node->flags |= NG_INVALID;
sys/netgraph/ng_sample.c
438
node->flags &= ~NG_INVALID; /* reset invalid flag */
sys/netgraph/ppp/ng_ppp.c
1455
if ((node->flags & NG_INVALID) != 0) {
sys/netgraph/ppp/ng_ppp.c
800
node->flags |= NG_INVALID;
sys/netgraph/pppoe/ng_pppoe.c
1391
node->flags |= NG_INVALID;
sys/netgraph/pptpgre/ng_pptpgre.c
432
node->flags |= NG_INVALID;
sys/netgraph/pptpgre/ng_pptpgre.c
812
if ((node->flags & NG_INVALID) != 0) { /* shutdown race condition */
sys/netgraph/pptpgre/ng_pptpgre.c
916
if ((node->flags & NG_INVALID) != 0) { /* shutdown race condition */
sys/netgraph/rfc1490/ng_rfc1490.c
316
node->flags |= NG_INVALID;
sys/netgraph/tee/ng_tee.c
359
node->flags |= NG_INVALID;
sys/netgraph/vjc/ng_vjc.c
545
node->flags |= NG_INVALID;