void (*rnh_close) /* do something when the last ref drops */
(struct radix_node *rn, struct radix_node_head *head);
struct radix_node rnh_nodes[3]; /* empty tree for common case */
+ int rnh_cnt; /* tree dimension */
};
#ifndef KERNEL
#define R_Free(p) FREE((caddr_t)p, M_RTABLE);
#endif /*KERNEL*/
-void rn_init(void);
+void rn_init(void) __attribute__((section("__TEXT, initcode")));
int rn_inithead(void **, int);
int rn_refines(void *, void *);
struct radix_node