Lines Matching refs:RB_REMOVE

1640 	RB_REMOVE(_necp_client_flow_tree, &client->flow_registrations, flow_registration);  in necp_destroy_client_flow_registration()
1789 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close()
1791 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, flow_registration); in necpop_close()
1798 RB_REMOVE(_necp_client_global_tree, &necp_client_global_tree, client); in necpop_close()
1800 RB_REMOVE(_necp_client_tree, &fd_data->clients, client); in necpop_close()
1839 RB_REMOVE(_necp_client_tree, &clients_to_close, client); in necpop_close()
7203 RB_REMOVE(_necp_client_tree, &find_fd->clients, client); in necp_client_claim()
7292 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove()
7294 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, flow_registration); in necp_client_remove()
7308 RB_REMOVE(_necp_client_global_tree, &necp_client_global_tree, client); in necp_client_remove()
7310 RB_REMOVE(_necp_client_tree, &fd_data->clients, client); in necp_client_remove()
7399 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove_flow()
7401 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, flow_registration); in necp_client_remove_flow()
8388 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_add_flow()
8390 RB_REMOVE(_necp_fd_flow_tree, &fd_data->flows, new_registration); in necp_client_add_flow()