newf 1826 net/pf_table.c pfr_setflags_ktable(struct pfr_ktable *kt, int newf) newf 1830 net/pf_table.c if (!(newf & PFR_TFLAG_REFERENCED) && newf 1831 net/pf_table.c !(newf & PFR_TFLAG_PERSIST)) newf 1832 net/pf_table.c newf &= ~PFR_TFLAG_ACTIVE; newf 1833 net/pf_table.c if (!(newf & PFR_TFLAG_ACTIVE)) newf 1834 net/pf_table.c newf &= ~PFR_TFLAG_USRMASK; newf 1835 net/pf_table.c if (!(newf & PFR_TFLAG_SETMASK)) { newf 1846 net/pf_table.c if (!(newf & PFR_TFLAG_ACTIVE) && kt->pfrkt_cnt) { newf 1850 net/pf_table.c if (!(newf & PFR_TFLAG_INACTIVE) && kt->pfrkt_shadow != NULL) { newf 1854 net/pf_table.c kt->pfrkt_flags = newf;