Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDpf_table.c569 rv = kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_get_addrs()
571 rv = kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_get_addrs()
618 rv = kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_get_astats()
620 rv = kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_get_astats()
727 if (kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, in pfr_enqueue_addrs()
731 if (kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, in pfr_enqueue_addrs()
745 if (kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w)) in pfr_mark_addrs()
747 if (kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, pfr_walktree, &w)) in pfr_mark_addrs()
1856 kt->pfrkt_ip4->rnh_walktree(&kt->pfrkt_ip4->rh, pfr_walktree, &w); in pfr_setflags_ktable()
1857 kt->pfrkt_ip6->rnh_walktree(&kt->pfrkt_ip6->rh, pfr_walktree, &w); in pfr_setflags_ktable()
[all …]
/freebsd-14-stable/sbin/routed/
HDradix.h127 int (*rnh_walktree) /* traverse tree */ member
HDradix.c866 rnh->rnh_walktree = rn_walktree; in rn_inithead()
/freebsd-14-stable/sys/net/route/
HDroute_ddb.c199 error = rnh->rnh_walktree(&rnh->head, rt_dumpentry_ddb, NULL); in DB_SHOW_COMMAND()
HDroute_var.h55 rn_walktree_t *rnh_walktree; /* traverse tree */ member
HDroute_ctl.c1497 rnh->rnh_walktree(&rnh->head, rt_checkdelroute, &di); in rib_walk_del()
1554 rnh->rnh_walktree(&rnh->head, rt_delete_unconditional, rnh); in rib_flush_routes()
HDroute_helpers.c81 rnh->rnh_walktree(&rnh->head, (walktree_f_t *)wa_f, arg); in rib_walk_ext_locked()
/freebsd-14-stable/sys/net/
HDradix.h136 rn_walktree_t *rnh_walktree; /* traverse tree */ member
HDroute.c132 rh->rnh_walktree = rn_walktree; in rt_table_init()
HDradix.c1169 rnh->rnh_walktree = rn_walktree; in rn_inithead()
/freebsd-14-stable/sys/kern/
HDvfs_export.c266 (*rnh->rnh_walktree)(&rnh->rh, vfs_free_netcred, rnh); in vfs_free_addrlist_af()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_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()