Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dradix.c571 return mask_rnhead->rnh_nodes; in rn_addmask()
590 return mask_rnhead->rnh_nodes; in rn_addmask()
1272 t = rn_newpair(rn_zeros, (int8_t)max_keylen, off, rnh->rnh_nodes); in rn_inithead()
1273 ttt = rnh->rnh_nodes + 2; in rn_inithead()
H A Dradix.h397 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member