Home
last modified time | relevance | path

Searched refs:RB_EMPTY (Results 1 – 15 of 15) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c118 while (!RB_EMPTY(&fob->fob_owner_head)) { in flow_owner_bucket_destroy()
133 ASSERT(RB_EMPTY(&fob->fob_owner_head)); in flow_owner_bucket_destroy()
170 RB_EMPTY(&fo->fo_flow_entry_id_head)); in flow_owner_bucket_purge_common()
172 if (RB_EMPTY(&fo->fo_flow_entry_id_head)) { in flow_owner_bucket_purge_common()
442 if (RB_EMPTY(&fob->fob_owner_head) && fob->fob_dtor_waiters > 0) { in flow_owner_free()
580 ASSERT(RB_EMPTY(&fo->fo_flow_entry_id_head)); in fo_free()
H A Dflow_route.c194 ASSERT(RB_EMPTY(&frb->frb_head)); in flow_route_bucket_destroy()
298 ASSERT(RB_EMPTY(&frib->frib_head)); in flow_route_id_bucket_destroy()
H A Dflow_manager.c82 VERIFY(RB_EMPTY(&flow_mgr_head)); in flow_mgr_fini()
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_prproxy.c257 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prproxy_prelist_setroute()
1308 RB_EMPTY(&pr->ndpr_prproxy_sols))); in nd6_prproxy_sols_purge()
1376 VERIFY(!RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_solsrc_enq()
H A Dnd6_rtr.c2944 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free()
3769 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common()
3906 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
H A Din6_mcast.c872 VERIFY(RB_EMPTY(&imf->im6f_sources)); in im6f_purge()
2241 VERIFY(RB_EMPTY(&imf->im6f_sources)); in in6p_join_group()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c402 if (RB_EMPTY(&fo->fo_flow_entry_id_head) && in fsw_flow_del()
/xnu-8020.101.4/bsd/net/
H A Dpf_ruleset.c356 !RB_EMPTY(&ruleset->anchor->children) || in pf_remove_if_empty_ruleset()
H A Dnecp_client.c3275 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_socket_inner()
3401 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_multipath_cb()
3674 …if (flow_registration == NULL && RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(… in necp_client_assign_from_socket()
H A Dpf.c1524 RB_EMPTY(&tree_src_tracking)) { in pf_purge_thread_cont()
/xnu-8020.101.4/bsd/skywalk/namespace/
H A Dnetns.c342 VERIFY(RB_EMPTY(&namespace->ns_reservations)); in netns_ns_free()
362 RB_EMPTY(&namespace->ns_reservations)) { in netns_ns_cleanup()
/xnu-8020.101.4/libkern/libkern/
H A Dtree.h366 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro
/xnu-8020.101.4/bsd/netinet/
H A Din_mcast.c937 VERIFY(RB_EMPTY(&imf->imf_sources)); in imf_purge()
2309 VERIFY(RB_EMPTY(&imf->imf_sources)); in inp_join_group()
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_region.c947 ASSERT(RB_EMPTY(&skr->skr_seg_tfree)); in skmem_region_destroy()
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus.c178 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()