Searched refs:p_routing_eng (Results 1 – 1 of 1) sorted by relevance
1101 struct osm_routing_engine *p_routing_eng; in osm_ucast_mgr_process() local1109 p_routing_eng = p_osm->routing_engine_list; in osm_ucast_mgr_process()1122 while (p_routing_eng) { in osm_ucast_mgr_process()1123 failed = ucast_mgr_route(p_routing_eng, p_osm); in osm_ucast_mgr_process()1126 p_routing_eng = p_routing_eng->next; in osm_ucast_mgr_process()