Lines Matching refs:radix_node
323 static struct radix_node *node_lookup(struct sockaddr *, struct sockaddr *,
325 static struct radix_node *node_lookup_default(int);
328 static int rn_match_ifscope(struct radix_node *, void *);
842 rn_match_ifscope(struct radix_node *rn, void *arg) in rn_match_ifscope()
1816 static int rt_fixdelete(struct radix_node *, void *);
1817 static int rt_fixchange(struct radix_node *, void *);
1869 struct radix_node *rn; in rtrequest_common_locked()
2525 rt_fixdelete(struct radix_node *rn, void *vp) in rt_fixdelete()
2562 rt_fixchange(struct radix_node *rn, void *vp) in rt_fixchange()
3023 static struct radix_node *
3028 struct radix_node *rn; in node_lookup()
3067 static struct radix_node *
3131 struct radix_node *rn0, *rn = NULL; in rt_lookup_common()
4544 route_event_walktree(struct radix_node *rn, void *arg) in route_event_walktree()