Searched refs:PFR_TFLAG_PERSIST (Results 1 – 5 of 5) sorted by relevance
87 table.pfrt_flags |= PFR_TFLAG_PERSIST; \101 table.pfrt_flags &= ~PFR_TFLAG_PERSIST; \370 (ta->pfrt_flags & PFR_TFLAG_PERSIST) ? 'p' : '-', in print_table()
1042 if (flags & PFR_TFLAG_PERSIST) in print_tabledef()
1236 table_opts.flags |= PFR_TFLAG_PERSIST;
1456 if ((p->pfrkt_flags & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1457 (clrflag & PFR_TFLAG_PERSIST) && in pfr_set_tflags()1861 !(newf & PFR_TFLAG_PERSIST)) in pfr_setflags_ktable()
923 #define PFR_TFLAG_PERSIST 0x00000001 macro