Lines Matching refs:radix_node
315 static struct radix_node *node_lookup(struct sockaddr *, struct sockaddr *,
317 static struct radix_node *node_lookup_default(int);
320 static int rn_match_ifscope(struct radix_node *, void *);
392 #define RN(r) ((struct radix_node *)r)
833 rn_match_ifscope(struct radix_node *rn, void *arg) in rn_match_ifscope()
1218 rnh->rnh_close((struct radix_node *)rt, rnh); in rtfree_common()
1801 static int rt_fixdelete(struct radix_node *, void *);
1802 static int rt_fixchange(struct radix_node *, void *);
1854 struct radix_node *rn; in rtrequest_common_locked()
2494 rt_fixdelete(struct radix_node *rn, void *vp) in rt_fixdelete()
2531 rt_fixchange(struct radix_node *rn, void *vp) in rt_fixchange()
2976 static struct radix_node *
2981 struct radix_node *rn; in node_lookup()
3020 static struct radix_node *
3084 struct radix_node *rn0, *rn = NULL; in rt_lookup_common()
4493 route_event_walktree(struct radix_node *rn, void *arg) in route_event_walktree()