Lines Matching refs:radix_node_head
43 static struct radix_node_head *mask_rnhead;
56 struct radix_node_head *head, struct radix_node treenodes[2]);
57 static struct radix_node *rn_match(void *v_arg, struct radix_node_head *head);
154 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
195 struct radix_node_head *head) in rn_match()
334 struct radix_node_head *head, in rn_insert()
511 struct radix_node_head *head, in rn_addroute()
654 struct radix_node_head *head) in rn_delete()
804 rn_walktree(struct radix_node_head *h, in rn_walktree()
842 rn_inithead(struct radix_node_head **head, int off) in rn_inithead()
844 struct radix_node_head *rnh; in rn_inithead()
848 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead"); in rn_inithead()