Searched refs:rnh_treetop (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/net/
H A Dradix.c219 head->rnh_treetop->rn_offset);
274 struct radix_node *t = head->rnh_treetop, *x;
438 struct radix_node *top = head->rnh_treetop;
529 x = rn_search(addmask_key, maskhead->head.rnh_treetop);
612 struct radix_node *saved_tt, *top = head->rnh_treetop;
775 x = head->rnh_treetop;
971 for (rn = h->rnh_treetop; rn->rn_bit >= 0; ) {
1062 struct radix_node *rn = h->rnh_treetop;
1118 rh->rnh_treetop = t;
H A Dradix.h124 struct radix_node *rnh_treetop; member in struct:radix_head
/freebsd-current/sbin/routed/
H A Dradix.h106 struct radix_node *rnh_treetop; member in struct:radix_node_head
H A Dradix.c49 #define rn_masktop (mask_rnhead->rnh_treetop)
161 head->rnh_treetop->rn_off)) == NULL)
198 struct radix_node *t = head->rnh_treetop, *x;
339 struct radix_node *top = head->rnh_treetop;
516 struct radix_node *saved_tt, *top = head->rnh_treetop;
664 x = head->rnh_treetop;
810 struct radix_node *rn = h->rnh_treetop;
865 rnh->rnh_treetop = t;

Completed in 91 milliseconds