Home
last modified time | relevance | path

Searched refs:rnh_nodes (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/routed/
HDradix.h131 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
HDradix.c418 return (mask_rnhead->rnh_nodes); in rn_addmask()
432 return (mask_rnhead->rnh_nodes); in rn_addmask()
853 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()
854 ttt = rnh->rnh_nodes + 2; in rn_inithead()
/freebsd-13-stable/sys/net/
HDradix.h139 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member
HDroute.c105 rn_inithead_internal(&rh->head, rh->rnh_nodes, offset); in rt_table_init()
HDradix.c1159 rn_inithead_internal(&rnh->rh, rnh->rnh_nodes, off); in rn_inithead()
/freebsd-13-stable/sys/net/route/
HDroute_var.h60 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member