Home
last modified time | relevance | path

Searched refs:t_rnh (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/
H A Drtbl.c130 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()
H A Droute.h378 struct radix_node_head t_rnh; member