Lines Matching refs:pfrt_flags
87 table.pfrt_flags |= PFR_TFLAG_PERSIST; \
95 table.pfrt_flags &= ~PFR_TFLAG_PERSIST; \
327 if (!debug && !(ta->pfrt_flags & PFR_TFLAG_ACTIVE)) in print_table()
331 (ta->pfrt_flags & PFR_TFLAG_CONST) ? 'c' : '-', in print_table()
332 (ta->pfrt_flags & PFR_TFLAG_PERSIST) ? 'p' : '-', in print_table()
333 (ta->pfrt_flags & PFR_TFLAG_ACTIVE) ? 'a' : '-', in print_table()
334 (ta->pfrt_flags & PFR_TFLAG_INACTIVE) ? 'i' : '-', in print_table()
335 (ta->pfrt_flags & PFR_TFLAG_REFERENCED) ? 'r' : '-', in print_table()
336 (ta->pfrt_flags & PFR_TFLAG_REFDANCHOR) ? 'h' : '-', in print_table()
470 tbl.pfrt_flags = flags; in pfctl_define_table()
496 if (!(t->pfrt_flags & PFR_TFLAG_ACTIVE)) in warn_namespace_collision()