Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dradix.h187 int rn_walktree(struct radix_head *, walktree_f_t *, void *);
H A Droute.c132 rh->rnh_walktree = rn_walktree; in rt_table_init()
164 rn_walktree(&rh->rmhead.head, rt_freeentry, &rh->rmhead.head); in rt_table_destroy()
H A Dradix.c1045 rn_walktree(struct radix_head *h, walktree_f_t *f, void *w) in rn_walktree() function
1154 rnh->rnh_walktree = rn_walktree; in rn_inithead()
1182 rn_walktree(&rnh->rh.rnh_masks->head, rn_freeentry, rnh->rh.rnh_masks); in rn_detachhead()
/f-stack/tools/compat/include/net/
H A Dradix.h187 int rn_walktree(struct radix_head *, walktree_f_t *, void *);