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