Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c111 while (!RB_EMPTY(&fob->fob_owner_head)) { in flow_owner_bucket_destroy()
126 ASSERT(RB_EMPTY(&fob->fob_owner_head)); in flow_owner_bucket_destroy()
163 RB_EMPTY(&fo->fo_flow_entry_id_head)); in flow_owner_bucket_purge_common()
165 if (RB_EMPTY(&fo->fo_flow_entry_id_head)) { in flow_owner_bucket_purge_common()
437 if (RB_EMPTY(&fob->fob_owner_head) && fob->fob_dtor_waiters > 0) { in flow_owner_free()
575 ASSERT(RB_EMPTY(&fo->fo_flow_entry_id_head)); in fo_free()
H A Dflow_route.c189 ASSERT(RB_EMPTY(&frb->frb_head)); in flow_route_bucket_destroy()
286 ASSERT(RB_EMPTY(&frib->frib_head)); in flow_route_id_bucket_destroy()
H A Dflow_manager.c78 VERIFY(RB_EMPTY(&flow_mgr_head)); in flow_mgr_fini()
/xnu-8796.121.2/bsd/net/
H A Dpf_ruleset.c402 ASSERT(RB_EMPTY(&ruleset->anchor->children) && in pf_remove_if_empty_ruleset()
411 !RB_EMPTY(&ruleset->anchor->children) || in pf_remove_if_empty_ruleset()
H A Dnecp_client.c3368 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_socket_inner()
3494 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_multipath_cb()
3767 …if (flow_registration == NULL && RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(… in necp_client_assign_from_socket()
7178 RB_EMPTY(&find_client->flow_registrations)) { in necp_client_claim()
H A Dpf.c1545 RB_EMPTY(&tree_src_tracking)) { in pf_purge_thread_cont()
/xnu-8796.121.2/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.c3021 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free()
3791 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common()
3928 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
H A Din6_mcast.c867 VERIFY(RB_EMPTY(&imf->im6f_sources)); in im6f_purge()
2236 VERIFY(RB_EMPTY(&imf->im6f_sources)); in in6p_join_group()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c402 if (RB_EMPTY(&fo->fo_flow_entry_id_head) && in fsw_flow_del()
/xnu-8796.121.2/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-8796.121.2/libkern/libkern/
H A Dtree.h366 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro
/xnu-8796.121.2/bsd/netinet/
H A Din_mcast.c952 VERIFY(RB_EMPTY(&imf->imf_sources)); in imf_purge()
2326 VERIFY(RB_EMPTY(&imf->imf_sources)); in inp_join_group()
/xnu-8796.121.2/bsd/skywalk/mem/
H A Dskmem_region.c929 ASSERT(RB_EMPTY(&skr->skr_seg_tfree)); in skmem_region_destroy()
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c158 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()