Searched refs:rnh_walktree (Results 1 – 14 of 14) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | in_rmx.c | 596 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqtimo() 625 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqtimo() 679 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqdrain() 811 rnh->rnh_walktree(rnh, in_ifadownkill, &arg); in in_ifadown()
|
| H A D | in_arp.c | 1276 (void) rnh->rnh_walktree(rnh, in arp_send_probe_notification() 2141 (void) rnh->rnh_walktree(rnh, route_event_walktree, in arp_ip_handle_input()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf_table.c | 664 rv = kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, pfr_walktree, &w); in pfr_get_addrs() 666 rv = kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_get_addrs() 711 rv = kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, pfr_walktree, &w); in pfr_get_astats() 713 rv = kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_get_astats() 839 if (kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, in pfr_enqueue_addrs() 845 if (kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_enqueue_addrs() 862 if (kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, pfr_walktree, &w)) { in pfr_mark_addrs() 865 if (kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, pfr_walktree, &w)) { in pfr_mark_addrs() 2494 (void) kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, in pfr_kentry_byidx() 2499 (void) kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_kentry_byidx() [all …]
|
| H A D | radix.h | 187 int (*rnh_walktree) /* traverse tree */ member
|
| H A D | rtsock.c | 708 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output() 2199 (error = rnh->rnh_walktree(rnh, 2211 (error = rnh->rnh_walktree(rnh,
|
| H A D | radix.c | 1239 rnh->rnh_walktree = rn_walktree; in rn_inithead()
|
| H A D | if.c | 5424 (void) rnh->rnh_walktree(rnh, if_rtdel, ifp); in if_rtproto_del() 5474 (void) rnh->rnh_walktree(rnh, if_rtmtu, ifp); in if_rtmtu_update()
|
| H A D | route.c | 2025 (void) rnh->rnh_walktree(rnh, in rtrequest_common_locked()
|
| H A D | ntstat.c | 795 result = rnh->rnh_walktree(rnh, nstat_route_walktree_add, state); in nstat_route_add_watcher()
|
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | in6_rmx.c | 685 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 714 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 768 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqdrain()
|
| H A D | nd6.c | 1016 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1040 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1130 (void) rnh->rnh_walktree(rnh, in nd6_service_neighbor_cache() 3998 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1132 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input() 1269 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input()
|
| H A D | nd6_rtr.c | 4387 rnh->rnh_walktree(rnh, rt6_deleteroute, (void *)gateway); in rt6_flush()
|
| /xnu-8796.121.2/bsd/nfs/ |
| H A D | nfs_subs.c | 1589 (*rnh->rnh_walktree)(rnh, nfsrv_free_netopt, (caddr_t)&fna); in nfsrv_free_addrlist()
|