Lines Matching full:rh
108 ent = (struct radix6_addr_entry *)(rn_match(&addr6, &rnh->rh)); in lradix6_lookup()
200 (struct sockaddr *)rt_mask, &lr->rnh->rh, ae->rn); in lradix6_add_route_cb()
244 struct rib_head *rh; member
251 struct rib_head *rh = (struct rib_head *)algo_data; in radix6_lookup() local
265 RIB_RLOCK(rh); in radix6_lookup()
266 rn = rn_match((void *)&sin6, &rh->head); in radix6_lookup()
269 RIB_RUNLOCK(rh); in radix6_lookup()
277 struct rib_head *rh = rh = rt_tables_get_rnh(fibnum, AF_INET6); in fib6_radix_lookup_nh() local
280 if (rh == NULL) in fib6_radix_lookup_nh()
283 return (radix6_lookup(rh, key, scopeid)); in fib6_radix_lookup_nh()
302 r6->rh = fib_get_rh(fd); in radix6_init()
329 dp->arg = r6->rh; in radix6_end_dump()