Searched refs:t_rnh (Results 1 – 2 of 2) sorted by relevance
130 return rn_inithead0(&t->t_rnh, off); in rt_inithead()136 struct radix_node_head *rnh = &t->t_rnh; in rt_matchaddr()148 struct radix_node_head *rnh = &t->t_rnh; in rt_addaddr()159 struct radix_node_head *rnh = &t->t_rnh; in rt_lookup()172 struct radix_node_head *rnh = &t->t_rnh; in rt_deladdr()202 return rn_walktree(&t->t_rnh, rt_walktree_visitor, &rw); in rtbl_walktree()219 rn_search_matched(&t->t_rnh, rt_walktree_visitor, &rw); in rtbl_search_matched_entry()
378 struct radix_node_head t_rnh; member