Lines Matching defs:rec_found

898 	uint8_t		extra, idx, rec_found = 0;
944 &num_path_plus, &p_arg->paths[rec_found]);
955 rec_found += num_path_plus;
957 if (rec_found == *max_count)
967 num_path_plus = *max_count - rec_found;
970 "%d, UniCastGID present %d", rec_found, num_path_plus,
984 &num_path_plus, &p_arg->paths[rec_found]);
990 &num_path_plus, &p_arg->paths[rec_found]);
1003 &p_arg->paths[rec_found]);
1010 rec_found += num_path_plus;
1014 if (rec_found == 0) {
1017 } else if (rec_found != *max_count)
1019 else if (rec_found != 0)
1023 "Found %d/%d Paths", retval, rec_found, *max_count);
1025 *max_count = rec_found; /* Update the return count. */
2027 uint8_t i, j, k, rec_found, s;
2133 rec_found = 0;
2154 rec_found++;
2156 if (rec_found == dinfo->num_dest)
2159 if (rec_found == dinfo->num_dest)
2162 if (rec_found != dinfo->num_dest) {
2164 "find ServiceRec for all DGIDs: (%d/%d)", rec_found,
2326 rec_found++;
2343 rec_found++;
2347 if (rec_found == 2)
2353 rec_found++;
2359 if (rec_found == 1)
2397 &dinfo->dest[rec_found]);
2398 rec_found++;
2399 if (rec_found == p_arg->max_paths)
2403 if (rec_found < p_arg->max_paths)
2417 rec_found = 1;
2434 dinfo->num_dest = rec_found;
2461 if (rec_found == 0) {
2468 "PKey 0x%X, Found %d SvcRec", retval, dinfo->p_key, rec_found);
2590 int i, j, template_len, rec_found;
2931 rec_found = 0;
2975 rec_found = 1;
2981 if (rec_found == 0) {
3048 uint8_t rec_found = 0;
3071 &num_path, &p_arg->paths[rec_found]);
3075 &num_path, &p_arg->paths[rec_found]);
3081 rec_found += num_path;
3083 if (rec_found == 0) {
3086 } else if (rec_found != *max_count)
3088 else if (rec_found != 0)
3091 if ((p_arg->src_ip_p != NULL) && (rec_found != 0)) {
3092 for (i = 0; i < rec_found; i++) {
3117 "Found %d/%d Paths", retval, rec_found, *max_count);
3119 *max_count = rec_found; /* Update the return count. */
4261 int i, j, template_len, rec_found;
4608 rec_found = 0;
4652 rec_found = 1;
4658 if (rec_found == 0) {