Searched refs:rnh_walktree (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | in_rmx.c | 597 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqtimo() 626 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqtimo() 680 rnh->rnh_walktree(rnh, in_rtqkill, &arg); in in_rtqdrain() 816 rnh->rnh_walktree(rnh, in_ifadownkill, &arg); in in_ifadown()
|
| H A D | in_arp.c | 1267 (void) rnh->rnh_walktree(rnh, in arp_send_probe_notification() 2151 (void) rnh->rnh_walktree(rnh, route_event_walktree, in arp_ip_handle_input()
|
| /xnu-12377.81.4/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() 843 if (kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, in pfr_enqueue_addrs() 849 if (kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_enqueue_addrs() 866 if (kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, pfr_walktree, &w)) { in pfr_mark_addrs() 869 if (kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, pfr_walktree, &w)) { in pfr_mark_addrs() 2496 (void) kt->pfrkt_ip4->rnh_walktree(kt->pfrkt_ip4, in pfr_kentry_byidx() 2501 (void) kt->pfrkt_ip6->rnh_walktree(kt->pfrkt_ip6, in pfr_kentry_byidx() [all …]
|
| H A D | radix.h | 417 int (*rnh_walktree) /* traverse tree */ member
|
| H A D | rtsock.c | 794 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in route_output() 2433 (error = rnh->rnh_walktree(rnh, 2445 (error = rnh->rnh_walktree(rnh,
|
| H A D | radix.c | 1414 rnh->rnh_walktree = rn_walktree; in rn_inithead()
|
| H A D | if.c | 6143 (void) rnh->rnh_walktree(rnh, if_rtdel, ifp); in if_rtproto_del() 6193 (void) rnh->rnh_walktree(rnh, if_rtmtu, ifp); in if_rtmtu_update()
|
| H A D | route.c | 2095 (void) rnh->rnh_walktree(rnh, in rtrequest_common_locked()
|
| H A D | ntstat.c | 1447 result = rnh->rnh_walktree(rnh, nstat_route_walktree_add, client); in nstat_route_add_watcher()
|
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6_rmx.c | 688 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 717 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqtimo() 771 rnh->rnh_walktree(rnh, in6_rtqkill, &arg); in in6_rtqdrain()
|
| H A D | nd6.c | 1030 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1054 (void) rnh->rnh_walktree(rnh, route_event_walktree, (void *)&rt_ev); in nd6_service_neighbor_cache() 1144 (void) rnh->rnh_walktree(rnh, in nd6_service_neighbor_cache() 3798 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_cache_lladdr()
|
| H A D | nd6_nbr.c | 1166 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input() 1305 (void) rnh->rnh_walktree(rnh, route_event_walktree, in nd6_na_input()
|
| H A D | nd6_rtr.c | 4505 rnh->rnh_walktree(rnh, rt6_deleteroute, (void *)gateway); in rt6_flush()
|
| /xnu-12377.81.4/bsd/nfs/ |
| H A D | nfs_subs.c | 1555 (*rnh->rnh_walktree)(rnh, nfsrv_free_netopt, (caddr_t)&fna); in nfsrv_free_addrlist()
|