Lines Matching full:fault
56 * Return TRUE if the path is in a fault path, and FALSE otherwise.
57 * By in a fault path the meaning is that there is a path in the fault
59 * E.g: if there is a fault path: 0,1,4
95 "Given path is in a fault path\n"); in __osm_pkt_randomizer_is_path_in_fault_paths()
111 * to use this path as a fault path or not.
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()
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()