Lines Matching full:paths
58 * paths that the given path includes it.
62 * the given paths: 0,1 or 0,3,1,4 - the return value will be FALSE.
110 * First - if not all paths are initialized, it randomally chooses if
112 * Second - if the path is in the fault paths (meaning - it is equal
113 * to or includes one of the fault paths) - then it randomally chooses
167 /* Check if the path given is in one of the fault paths */ in __osm_pkt_randomizer_process_path()
172 /* Check if all paths are initialized */ in __osm_pkt_randomizer_process_path()
177 /* the path is not in the false paths. Check using the rand value in __osm_pkt_randomizer_process_path()
187 /* update the path in the fault paths */ in __osm_pkt_randomizer_process_path()
201 OSM_LOG(p_log, OSM_LOG_VERBOSE, "%s not in fault paths\n", buf); in __osm_pkt_randomizer_process_path()
205 /* The path is in the fault paths. Need to choose (randomally if to drop it in __osm_pkt_randomizer_process_path()
293 /* It is the number of the paths that will be saved as fault = osm_pkt_num_unstable_links */ in osm_pkt_randomizer_init()