art_match
struct art_node *art_match(struct art *, const void *);
node = art_match(root, addr);
an = art_match(tbl->r_art, addr);