Searched refs:RB_GENERATE_PREV (Results 1 – 13 of 13) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/namespace/ |
| H A D | protons.c | 76 RB_GENERATE_PREV(protons_token_tree, protons_token, pt_link, pt_cmp);
|
| H A D | netns.c | 157 RB_GENERATE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_llreach.c | 148 RB_GENERATE_PREV(ll_reach_tree, if_llreach, lr_link, iflr_cmp);
|
| H A D | necp_client.c | 455 RB_GENERATE_PREV(_necp_client_flow_tree, necp_client_flow_registration, client_link, necp_client_fl… 558 RB_GENERATE_PREV(_necp_client_tree, necp_client, link, necp_client_id_cmp); 562 RB_GENERATE_PREV(_necp_client_global_tree, necp_client, global_link, necp_client_id_cmp); 566 RB_GENERATE_PREV(_necp_fd_flow_tree, necp_client_flow_registration, fd_link, necp_client_flow_id_cm… 570 RB_GENERATE_PREV(_necp_client_flow_global_tree, necp_client_flow_registration, global_link, necp_cl…
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 42 RB_GENERATE_PREV(flow_owner_tree, flow_owner, fo_link, fo_cmp);
|
| H A D | flow_route.c | 90 RB_GENERATE_PREV(flow_route_tree, flow_route, fr_link, fr_cmp); 91 RB_GENERATE_PREV(flow_route_id_tree, flow_route, fr_id_link, fr_id_cmp);
|
| H A D | flow_entry.c | 45 RB_GENERATE_PREV(flow_entry_id_tree, flow_entry, fe_id_link, fe_id_cmp);
|
| H A D | flow_manager.c | 57 RB_GENERATE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
|
| /xnu-8019.80.24/libkern/libkern/ |
| H A D | tree.h | 791 #define RB_GENERATE_PREV(name, type, field, cmp) \ macro
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 190 RB_GENERATE_PREV(prproxy_sols_tree, nd6_prproxy_soltgt,
|
| H A D | in6_mcast.c | 164 RB_GENERATE_PREV(ip6_msource_tree, ip6_msource, im6s_link, ip6_msource_cmp);
|
| /xnu-8019.80.24/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 142 RB_GENERATE_PREV(segtfreehead, sksegment, sg_node, sksegment_cmp);
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_mcast.c | 169 RB_GENERATE_PREV(ip_msource_tree, ip_msource, ims_link, ip_msource_cmp);
|