Lines Matching defs:rhead
57 struct radix_node_head *rhead; /* root of the radix tree */
1507 (void)rn_walktree(rhead, walk_kern, 0);
1652 rn_inithead((void*)&rhead, 32);
1695 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
1711 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
1761 if (0 == rhead->rnh_addaddr(&rt->rt_dst_sock, &mask_sock,
1762 rhead, rt->rt_nodes)) {
1886 if (rt != (struct rt_entry *)rhead->rnh_deladdr(&dst_sock, &mask_sock,
1887 rhead)) {
2161 (void)rn_walktree(rhead, walk_age, 0);