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

/freebsd-11.0-release/sys/net/
H A Dradix.c225 head->rnh_treetop->rn_offset);
280 struct radix_node *t = head->rnh_treetop, *x;
430 struct radix_node *top = head->rnh_treetop;
520 x = rn_search(addmask_key, maskhead->head.rnh_treetop);
603 struct radix_node *saved_tt, *top = head->rnh_treetop;
782 x = head->rnh_treetop;
978 for (rn = h->rnh_treetop; rn->rn_bit >= 0; ) {
1070 struct radix_node *rn = h->rnh_treetop;
1126 rh->rnh_treetop = t;
H A Dradix.h124 struct radix_node *rnh_treetop; member in struct:radix_head
/freebsd-11.0-release/sbin/routed/
H A Dradix.h108 struct radix_node *rnh_treetop; member in struct:radix_node_head
H A Dradix.c61 #define rn_masktop (mask_rnhead->rnh_treetop)
173 head->rnh_treetop->rn_off)) == NULL)
210 struct radix_node *t = head->rnh_treetop, *x;
351 struct radix_node *top = head->rnh_treetop;
528 struct radix_node *saved_tt, *top = head->rnh_treetop;
676 x = head->rnh_treetop;
822 struct radix_node *rn = h->rnh_treetop;
877 rnh->rnh_treetop = t;
/freebsd-11.0-release/sys/nfs/
H A Dbootp_subr.c385 bootpboot_p_tree(rnh->rnh_treetop);

Completed in 153 milliseconds