Lines Matching defs:rnh
414 struct radix_node_head *rnh;
421 rnh = (struct radix_node_head *)ti->state;
422 ent = (struct addr_radix_entry *)(rnh->rnh_matchaddr(&sa, &rnh->rh));
432 rnh = (struct radix_node_head *)ti->xstate;
433 xent = (struct addr_radix_xentry *)(rnh->rnh_matchaddr(&sa6, &rnh->rh));
470 struct radix_node_head * const rnh = arg;
474 rnh->rnh_deladdr(rn->rn_key, rn->rn_mask, &rnh->rh);
484 struct radix_node_head *rnh;
488 rnh = (struct radix_node_head *)(ti->state);
489 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh);
492 rnh = (struct radix_node_head *)(ti->xstate);
493 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh);
553 struct radix_node_head *rnh;
561 rnh = (struct radix_node_head *)ti->state;
562 e = rnh->rnh_matchaddr(&sa, &rnh->rh);
567 rnh = (struct radix_node_head *)ti->xstate;
568 e = rnh->rnh_matchaddr(&sa6, &rnh->rh);
583 struct radix_node_head *rnh;
585 rnh = (struct radix_node_head *)(ti->state);
586 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg);
588 rnh = (struct radix_node_head *)(ti->xstate);
589 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg);
718 struct radix_node_head *rnh;
728 rnh = ti->state;
731 rnh = ti->xstate;
736 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
760 rn = rnh->rnh_addaddr(tb->addr_ptr, tb->mask_ptr, &rnh->rh,tb->ent_ptr);
819 struct radix_node_head *rnh;
827 rnh = ti->state;
829 rnh = ti->xstate;
831 rn = rnh->rnh_deladdr(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
4035 struct radix_node_head *rnh;
4042 rnh = (struct radix_node_head *)ti->state;
4043 ent = (struct mac_radix_entry *)(rnh->rnh_matchaddr(&sa, &rnh->rh));
4073 struct radix_node_head *rnh;
4077 rnh = (struct radix_node_head *)(ti->state);
4078 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh);
4156 struct radix_node_head *rnh;
4165 rnh = ti->state;
4169 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
4190 rn = rnh->rnh_addaddr(tb->addr_ptr, tb->mask_ptr, &rnh->rh, tb->ent_ptr);
4238 struct radix_node_head *rnh;
4244 rnh = ti->state;
4246 rn = rnh->rnh_deladdr(tb->addr_ptr, tb->mask_ptr, &rnh->rh);
4265 struct radix_node_head *rnh;
4267 rnh = (struct radix_node_head *)(ti->state);
4268 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg);
4302 struct radix_node_head *rnh;
4310 rnh = (struct radix_node_head *)ti->state;
4311 e = rnh->rnh_matchaddr(&sa, &rnh->rh);