Searched refs:rnh_walktree (Results 1 – 14 of 14) sorted by relevance
| /xnu-8019.80.24/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 | 1275 (void) rnh->rnh_walktree(rnh, in arp_send_probe_notification() 2139 (void) rnh->rnh_walktree(rnh, route_event_walktree, in arp_ip_handle_input()
|
| /xnu-8019.80.24/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() 2475 (void) kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, in pfr_kentry_byidx() 2480 (void) kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_kentry_byidx() [all …]
|
| H A D | radix.h | 182 int (*rnh_walktree) /* traverse tree */ member
|
| H A D | rtsock.c | 711 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output() 2184 (error = rnh->rnh_walktree(rnh, 2196 (error = rnh->rnh_walktree(rnh,
|
| H A D | radix.c | 1250 rnh->rnh_walktree = rn_walktree; in rn_inithead()
|
| H A D | if.c | 5323 (void) rnh->rnh_walktree(rnh, if_rtdel, ifp); in if_rtproto_del() 5373 (void) rnh->rnh_walktree(rnh, if_rtmtu, ifp); in if_rtmtu_update()
|
| H A D | route.c | 2032 (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-8019.80.24/bsd/netinet6/ |
| H A D | in6_rmx.c | 681 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 710 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 764 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqdrain()
|
| H A D | nd6.c | 1006 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1030 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1119 (void) rnh->rnh_walktree(rnh, in nd6_service_neighbor_cache() 3928 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1123 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input() 1256 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input()
|
| H A D | nd6_rtr.c | 4365 rnh->rnh_walktree(rnh, rt6_deleteroute, (void *)gateway); in rt6_flush()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_subs.c | 3052 (*rnh->rnh_walktree)(rnh, nfsrv_free_netopt, (caddr_t)&fna); in nfsrv_free_addrlist()
|