Searched refs:NF_ACYCLIC (Results 1 – 1 of 1) sorted by relevance
66 #define NF_ACYCLIC 0x2 /* this node is cycle free */ macro327 if (!(n->n_flags & NF_ACYCLIC)) { in tsort()340 n->n_flags |= NF_ACYCLIC; in tsort()378 if (from->n_flags & (NF_NODEST|NF_MARK|NF_ACYCLIC)) in find_cycle()392 if ((*np)->n_flags & (NF_MARK|NF_ACYCLIC|NF_NODEST)) in find_cycle()