Home
last modified time | relevance | path

Searched refs:rnh_walktree (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_table.c565 rv = kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_get_addrs()
567 rv = kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_get_addrs()
614 rv = kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_get_astats()
616 rv = kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_get_astats()
723 if (kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, in pfr_enqueue_addrs()
727 if (kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_enqueue_addrs()
741 if (kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w)) in pfr_mark_addrs()
743 if (kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, pfr_walktree, &w)) in pfr_mark_addrs()
1863 kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_setflags_ktable()
1864 kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, pfr_walktree, &w); in pfr_setflags_ktable()
[all …]
/freebsd/sbin/routed/
H A Dradix.h125 int (*rnh_walktree) /* traverse tree */ member
H A Dradix.c864 rnh->rnh_walktree = rn_walktree; in rn_inithead()
/freebsd/sys/net/route/
H A Droute_ddb.c199 error = rnh->rnh_walktree(&rnh->head, rt_dumpentry_ddb, NULL); in DB_SHOW_COMMAND()
H A Droute_var.h55 rn_walktree_t *rnh_walktree; /* traverse tree */ member
H A Droute_ctl.c1496 rnh->rnh_walktree(&rnh->head, rt_checkdelroute, &di); in rib_walk_del()
1553 rnh->rnh_walktree(&rnh->head, rt_delete_unconditional, rnh); in rib_flush_routes()
H A Droute_helpers.c81 rnh->rnh_walktree(&rnh->head, (walktree_f_t *)wa_f, arg); in rib_walk_ext_locked()
/freebsd/sys/net/
H A Dradix.h134 rn_walktree_t *rnh_walktree; /* traverse tree */ member
H A Droute.c134 rh->rnh_walktree = rn_walktree; in rt_table_init()
H A Dradix.c1167 rnh->rnh_walktree = rn_walktree; in rn_inithead()
/freebsd/sys/kern/
H A Dvfs_export.c264 (*rnh->rnh_walktree)(&rnh->rh, vfs_free_netcred, rnh); in vfs_free_addrlist_af()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c489 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh); in ta_destroy_addr_radix()
493 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh); in ta_destroy_addr_radix()
586 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg); in ta_foreach_addr_radix()
589 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg); in ta_foreach_addr_radix()
4078 rnh->rnh_walktree(&rnh->rh, flush_radix_entry, rnh); in ta_destroy_mac_radix()
4268 rnh->rnh_walktree(&rnh->rh, (walktree_f_t *)f, arg); in ta_foreach_mac_radix()