Lines Matching refs:next_hash
240 hash_obj_t *next_hash; in add_to_pkt_object_list() local
250 for (next_hash = parent_obj->u.seg_obj->pkt_obj_list; in add_to_pkt_object_list()
251 next_hash->u.pkt_obj->next != NULL; in add_to_pkt_object_list()
252 next_hash = next_hash->u.pkt_obj->next) { in add_to_pkt_object_list()
256 next_hash->u.pkt_obj->next = child_obj; in add_to_pkt_object_list()
297 hash_obj_t *next_hash; in free_segment_hash() local
308 next_hash = seg_hash; in free_segment_hash()
314 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next; in free_segment_hash()
339 hash_obj_t *next_hash; in add_to_sec_object_list() local
347 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; in add_to_sec_object_list()
348 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()
349 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()
353 next_hash->u.sec_obj->next = child_obj; in add_to_sec_object_list()
360 hash_obj_t *next_hash; in add_to_seg_object_list() local
368 for (next_hash = parent_obj->u.sec_obj->seg_obj_list; in add_to_seg_object_list()
369 next_hash->u.seg_obj->next != NULL; in add_to_seg_object_list()
370 next_hash = next_hash->u.seg_obj->next) { in add_to_seg_object_list()
374 next_hash->u.seg_obj->next = child_obj; in add_to_seg_object_list()