Lines Matching refs:pfrkt_root
1244 p->pfrkt_root = r; in pfr_add_tables()
1249 p->pfrkt_root = q; in pfr_add_tables()
1258 p->pfrkt_root = r; in pfr_add_tables()
1557 kt->pfrkt_root = rt; in pfr_ina_define()
1566 kt->pfrkt_root = rt; in pfr_ina_define()
1854 if (kt->pfrkt_root != NULL) in pfr_insert_ktable()
1855 if (!kt->pfrkt_root->pfrkt_refcnt[PFR_REFCNT_ANCHOR]++) in pfr_insert_ktable()
1856 pfr_setflags_ktable(kt->pfrkt_root, in pfr_insert_ktable()
1857 kt->pfrkt_root->pfrkt_flags|PFR_TFLAG_REFDANCHOR); in pfr_insert_ktable()
1886 if (kt->pfrkt_root != NULL) in pfr_setflags_ktable()
1887 if (!--kt->pfrkt_root->pfrkt_refcnt[PFR_REFCNT_ANCHOR]) in pfr_setflags_ktable()
1888 pfr_setflags_ktable(kt->pfrkt_root, in pfr_setflags_ktable()
1889 kt->pfrkt_root->pfrkt_flags & in pfr_setflags_ktable()
2233 kt->pfrkt_root = rt; in pfr_eth_attach_table()
2271 kt->pfrkt_root = rt; in pfr_attach_table()
2471 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE) && kt->pfrkt_root != NULL) in pfr_ktable_select_active()
2472 kt = kt->pfrkt_root; in pfr_ktable_select_active()