Home
last modified time | relevance | path

Searched refs:rn_walktree (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/routed/
H A Dradix.h139 int rn_walktree(struct radix_node_head *,
H A Dradix.c804 rn_walktree(struct radix_node_head *h, in rn_walktree() function
864 rnh->rnh_walktree = rn_walktree; in rn_inithead()
H A Dif.c506 (void)rn_walktree(rhead, walk_bad, 0); in ifdel()
557 (void)rn_walktree(rhead, walk_bad, 0); in if_bad()
H A Dtable.c1493 (void)rn_walktree(rhead, walk_kern, 0); in fix_kern()
2141 (void)rn_walktree(rhead, walk_age, 0); in age()
H A Doutput.c774 (void)rn_walktree(rhead, walk_supply, 0); in supply()
H A Dtrace.c861 (void)rn_walktree(rhead, walk_trace, 0); in trace_dump()
/freebsd/sys/net/
H A Dradix.h185 int rn_walktree(struct radix_head *, walktree_f_t *, void *);
H A Droute.c134 rh->rnh_walktree = rn_walktree; in rt_table_init()
166 rn_walktree(&rh->rmhead.head, rt_freeentry, &rh->rmhead.head); in rt_table_destroy()
H A Dradix.c1058 rn_walktree(struct radix_head *h, walktree_f_t *f, void *w) in rn_walktree() function
1167 rnh->rnh_walktree = rn_walktree; in rn_inithead()
1195 rn_walktree(&rnh->rh.rnh_masks->head, rn_freeentry, rnh->rh.rnh_masks); in rn_detachhead()