Home
last modified time | relevance | path

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

/xnu-11215.81.4/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()
441 if (RB_EMPTY(&fob->fob_owner_head) && fob->fob_dtor_waiters > 0) { in flow_owner_free()
579 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-11215.81.4/bsd/net/
H A Dpf_ruleset.c433 ASSERT(RB_EMPTY(&ruleset->anchor->children) && in pf_remove_if_empty_ruleset()
442 !RB_EMPTY(&ruleset->anchor->children) || in pf_remove_if_empty_ruleset()
H A Dnecp_client.c3526 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_socket_inner()
3652 } else if (RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(client_id)) { in necp_client_register_multipath_cb()
3924 …if (flow_registration == NULL && RB_EMPTY(&client->flow_registrations) && !necp_client_id_is_flow(… in necp_client_assign_from_socket()
7555 RB_EMPTY(&find_client->flow_registrations)) { in necp_client_claim()
H A Dpf.c1583 RB_EMPTY(&tree_src_tracking)) { in pf_purge_thread_cont()
/xnu-11215.81.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()
1377 VERIFY(!RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_solsrc_enq()
H A Dnd6_rtr.c3051 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free()
3820 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common()
3967 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
H A Din6_mcast.c902 VERIFY(RB_EMPTY(&imf->im6f_sources)); in im6f_purge()
2273 VERIFY(RB_EMPTY(&imf->im6f_sources)); in in6p_join_group()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c402 if (RB_EMPTY(&fo->fo_flow_entry_id_head) && in fsw_flow_del()
/xnu-11215.81.4/bsd/skywalk/namespace/
H A Dnetns.c345 VERIFY(RB_EMPTY(&namespace->ns_reservations)); in netns_ns_free()
365 RB_EMPTY(&namespace->ns_reservations)) { in netns_ns_cleanup()
/xnu-11215.81.4/libkern/libkern/
H A Dtree.h368 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) macro
/xnu-11215.81.4/bsd/netinet/
H A Din_mcast.c958 VERIFY(RB_EMPTY(&imf->imf_sources)); in imf_purge()
2331 VERIFY(RB_EMPTY(&imf->imf_sources)); in inp_join_group()
H A Dtcp_subr.c4634 if (__improbable(!RB_EMPTY(&tp->t_segs_sent_tree))) { in tcp_segs_sent_clean()
/xnu-11215.81.4/bsd/skywalk/mem/
H A Dskmem_region.c954 ASSERT(RB_EMPTY(&skr->skr_seg_tfree)); in skmem_region_destroy()
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus.c182 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()