Home
last modified time | relevance | path

Searched refs:RB_REMOVE (Results 1 – 25 of 26) sorted by relevance

12

/xnu-8019.80.24/bsd/net/
H A Dpf_ruleset.c322 RB_REMOVE(pf_anchor_global, &pf_anchors, in pf_find_or_create_ruleset()
368 RB_REMOVE(pf_anchor_global, &pf_anchors, ruleset->anchor); in pf_remove_if_empty_ruleset()
380 RB_REMOVE(pf_anchor_node, &parent->children, in pf_remove_if_empty_ruleset()
H A Dif_llreach.c362 RB_REMOVE(ll_reach_tree, &ifp->if_ll_srcs, lr); in ifnet_llreach_free()
H A Dnecp_client.c1611 RB_REMOVE(_necp_client_flow_tree, &client->flow_registrations, flow_registration); in necp_destroy_client_flow_registration()
1760 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close()
1762 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, flow_registration); in necpop_close()
1769 RB_REMOVE(_necp_client_global_tree, &necp_client_global_tree, client); in necpop_close()
1771 RB_REMOVE(_necp_client_tree, &fd_data->clients, client); in necpop_close()
1811 RB_REMOVE(_necp_client_tree, &clients_to_close, client); in necpop_close()
6871 RB_REMOVE(_necp_client_tree, &find_fd->clients, client); in necp_client_claim()
6960 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove()
6962 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, flow_registration); in necp_client_remove()
6976 RB_REMOVE(_necp_client_global_tree, &necp_client_global_tree, client); in necp_client_remove()
[all …]
H A Dpf_if.c220 RB_REMOVE(pfi_ifhead, &pfi_ifs, kif); in pfi_kif_unref()
H A Dpf.c1626 RB_REMOVE(pf_src_tree, &tree_src_tracking, cur); in pf_purge_expired_src_nodes()
1683 RB_REMOVE(pf_state_tree_id, &tree_id, cur); in pf_unlink_state()
4332 RB_REMOVE(pf_state_tree_ext_gwy, in pf_detach_state()
4336 RB_REMOVE(pf_state_tree_lan_ext, in pf_detach_state()
5721 RB_REMOVE(pf_src_tree, &tree_src_tracking, sn); in pf_test_rule()
5728 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn); in pf_test_rule()
8715 RB_REMOVE(pf_state_tree_ext_gwy, in pf_test_state_esp()
8734 RB_REMOVE(pf_state_tree_lan_ext, in pf_test_state_esp()
H A Dpf_norm.c490 RB_REMOVE(pf_frag_tree, &pf_frag_tree, frag); in pf_remove_fragment()
494 RB_REMOVE(pf_frag_tree, &pf_cache_tree, frag); in pf_remove_fragment()
H A Dpf_table.c2065 RB_REMOVE(pfr_ktablehead, &pfr_ktables, kt); in pfr_setflags_ktable()
/xnu-8019.80.24/iokit/Kernel/
H A DIOStatistics.cpp288 RB_REMOVE(KextTree, &kextHead, found); in onKextUnload()
289 RB_REMOVE(KextAddressTree, &kextAddressHead, found); in onKextUnload()
409 RB_REMOVE(ClassTree, &classHead, found); in onClassRemoved()
632 RB_REMOVE(IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead, found); in detachWorkLoopEventSource()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_map_store_rb.c131 RB_REMOVE( rb_head, rbh, store ); in vm_map_store_entry_unlink_rb()
144 RB_REMOVE( rb_head, rbh, store ); in vm_map_store_copy_reset_rb()
/xnu-8019.80.24/bsd/skywalk/namespace/
H A Dnetns.c338 RB_REMOVE(ns_reservation_tree, &namespace->ns_reservations, in netns_ns_free()
363 RB_REMOVE(netns_namespaces_tree, &netns_namespaces, namespace); in netns_ns_cleanup()
826 RB_REMOVE(ns_reservation_tree, in _netns_reserve_common()
881 RB_REMOVE(ns_reservation_tree, &namespace->ns_reservations, in _netns_release_common()
1195 RB_REMOVE(netns_namespaces_tree, &netns_namespaces, in netns_uninit()
H A Dprotons.c160 RB_REMOVE(protons_token_tree, &protons_tokens, pt); in protons_token_release()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_mcast.c786 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_rollback()
847 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_reap()
869 RB_REMOVE(ip6_msource_tree, &imf->im6f_sources, ims); in im6f_purge()
1161 RB_REMOVE(ip6_msource_tree, &inm->in6m_srcs, ims); in in6m_reap()
1180 RB_REMOVE(ip6_msource_tree, &inm->in6m_srcs, ims); in in6m_purge()
H A Dnd6_prproxy.c1300 RB_REMOVE(prproxy_sols_tree, in nd6_prproxy_sols_purge()
1317 RB_REMOVE(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge()
/xnu-8019.80.24/bsd/netinet/
H A Din_mcast.c851 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_rollback()
912 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_reap()
934 RB_REMOVE(ip_msource_tree, &imf->imf_sources, ims); in imf_purge()
1242 RB_REMOVE(ip_msource_tree, &inm->inm_srcs, ims); in inm_reap()
1261 RB_REMOVE(ip_msource_tree, &inm->inm_srcs, ims); in inm_purge()
H A Dflow_divert.c355 RB_REMOVE(fd_pcb_tree, &group->pcb_tree, fd_cb); in flow_divert_pcb_remove()
1955 RB_REMOVE(fd_pcb_tree, &(current_group->pcb_tree), fd_cb); in flow_divert_try_next()
2430 RB_REMOVE(fd_pcb_tree, &old_group->pcb_tree, fd_cb); in flow_divert_handle_connect_result()
H A Din_pcb.c3312 RB_REMOVE(inp_fc_tree, &inp_fc_tree, inp); in inp_fc_getinp()
/xnu-8019.80.24/san/memory/
H A Dkasan_dynamic_blacklist.c257 RB_REMOVE(range_tree, &range_tree_root, e); in kasan_dybl_unload_kext()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c435 RB_REMOVE(flow_owner_tree, &fob->fob_owner_head, fo); in flow_owner_free()
H A Dflow_route.c896 RB_REMOVE(flow_route_tree, &frb->frb_head, fr); in flow_route_bucket_purge_common()
897 RB_REMOVE(flow_route_id_tree, &frib->frib_head, fr); in flow_route_bucket_purge_common()
H A Dflow_entry.c457 RB_REMOVE(flow_entry_id_tree, &fo->fo_flow_entry_id_head, fe); in flow_entry_destroy()
H A Dflow_manager.c336 RB_REMOVE(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_destroy()
/xnu-8019.80.24/bsd/kern/
H A Dposix_shm.c247 RB_REMOVE(pshmhead, &pshm_head, entry); in pshm_cache_delete()
/xnu-8019.80.24/libkern/libkern/
H A Dtree.h818 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) macro
/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_region.c1718 RB_REMOVE(segtfreehead, &skr->skr_seg_tfree, sg); in sksegment_freelist_remove()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c2124 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach()

12