Searched refs:rn_walktree (Results 1 – 9 of 9) sorted by relevance
/freebsd/sbin/routed/ |
H A D | radix.h | 139 int rn_walktree(struct radix_node_head *,
|
H A D | radix.c | 804 rn_walktree(struct radix_node_head *h, in rn_walktree() function 864 rnh->rnh_walktree = rn_walktree; in rn_inithead()
|
H A D | if.c | 506 (void)rn_walktree(rhead, walk_bad, 0); in ifdel() 557 (void)rn_walktree(rhead, walk_bad, 0); in if_bad()
|
H A D | table.c | 1493 (void)rn_walktree(rhead, walk_kern, 0); in fix_kern() 2141 (void)rn_walktree(rhead, walk_age, 0); in age()
|
H A D | output.c | 774 (void)rn_walktree(rhead, walk_supply, 0); in supply()
|
H A D | trace.c | 861 (void)rn_walktree(rhead, walk_trace, 0); in trace_dump()
|
/freebsd/sys/net/ |
H A D | radix.h | 185 int rn_walktree(struct radix_head *, walktree_f_t *, void *);
|
H A D | route.c | 134 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 D | radix.c | 1058 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()
|