Searched refs:PFR_TFLAG_PERSIST (Results 1 – 5 of 5) sorted by relevance
88 table.pfrt_flags |= PFR_TFLAG_PERSIST; \102 table.pfrt_flags &= ~PFR_TFLAG_PERSIST; \373 (ta->pfrt_flags & PFR_TFLAG_PERSIST) ? 'p' : '-', in print_table()
1257 if (flags & PFR_TFLAG_PERSIST) in print_tabledef()
1772 table_opts.flags |= PFR_TFLAG_PERSIST;
1428 if ((p->pfrkt_flags & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1429 (clrflag & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1844 !(newf & PFR_TFLAG_PERSIST)) in pfr_setflags_ktable()
1351 #define PFR_TFLAG_PERSIST 0x00000001 macro1359 #define PFR_TFLAG_USRMASK (PFR_TFLAG_PERSIST | \1366 #define PFR_TFLAG_ALLMASK (PFR_TFLAG_PERSIST | \