Lines Matching refs:radix_node
318 static struct radix_node *node_lookup(struct sockaddr *, struct sockaddr *,
320 static struct radix_node *node_lookup_default(int);
323 static int rn_match_ifscope(struct radix_node *, void *);
396 #define RN(r) ((struct radix_node *)r)
837 rn_match_ifscope(struct radix_node *rn, void *arg) in rn_match_ifscope()
1222 rnh->rnh_close((struct radix_node *)rt, rnh); in rtfree_common()
1808 static int rt_fixdelete(struct radix_node *, void *);
1809 static int rt_fixchange(struct radix_node *, void *);
1861 struct radix_node *rn; in rtrequest_common_locked()
2501 rt_fixdelete(struct radix_node *rn, void *vp) in rt_fixdelete()
2538 rt_fixchange(struct radix_node *rn, void *vp) in rt_fixchange()
2984 static struct radix_node *
2989 struct radix_node *rn; in node_lookup()
3028 static struct radix_node *
3092 struct radix_node *rn0, *rn = NULL; in rt_lookup_common()
4467 route_event_walktree(struct radix_node *rn, void *arg) in route_event_walktree()