Searched refs:PFR_TFLAG_PERSIST (Results 1 – 5 of 5) sorted by relevance
87 table.pfrt_flags |= PFR_TFLAG_PERSIST; \95 table.pfrt_flags &= ~PFR_TFLAG_PERSIST; \332 (ta->pfrt_flags & PFR_TFLAG_PERSIST) ? 'p' : '-', in print_table()
924 if (flags & PFR_TFLAG_PERSIST) in print_tabledef()
934 table_opts.flags |= PFR_TFLAG_PERSIST;
1349 if ((p->pfrkt_flags & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1350 (clrflag & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1731 !(newf & PFR_TFLAG_PERSIST)) in pfr_setflags_ktable()
689 #define PFR_TFLAG_PERSIST 0x00000001 macro