Lines Matching refs:next

167 	    next_hash = next_hash->next) {
224 for (next_hash = first_hash->next; next_hash != NULL;
225 next_hash = next_hash->next) {
247 cont_tbl->next = container_table[index_to_hash];
254 hash_ptr->next = NULL;
258 if (cont_tbl->next != NULL) {
259 cont_tbl->next->prev = cont_tbl;
272 hash_obj->next = hash_table->next;
273 hash_table->next = hash_obj;
275 if (hash_obj->next != NULL) {
276 hash_obj->next->prev = hash_obj;
293 cont_tbl->next = NULL;
343 hash_obj->next = NULL;
374 sec_node->next = NULL;
380 hash_obj->next = NULL;
412 seg_node->next = NULL;
419 hash_obj->next = NULL;
450 pkt_node->next = NULL;
455 hash_obj->next = NULL;
474 next_hash->u.sec_node->next != NULL;
475 next_hash = next_hash->u.sec_node->next) {
479 next_hash->u.sec_node->next = sect_hash;
496 next_hash->u.seg_node->next != NULL;
497 next_hash = next_hash->u.seg_node->next) {
500 next_hash->u.seg_node->next = child_obj;
517 next_hash->u.pkt_node->next != NULL;
518 next_hash = next_hash->u.pkt_node->next) {
521 next_hash->u.pkt_node->next = child_obj;
538 next_obj = next_obj->u.pkt_node->next;
541 TABLE_SIZE)].next = free_obj->next;
542 if (free_obj->next != NULL) {
543 free_obj->next->prev = NULL;
546 free_obj->prev->next = free_obj->next;
547 if (free_obj->next != NULL) {
548 free_obj->next->prev = free_obj->prev;
578 next_obj->u.seg_node->next;
583 next_obj = next_obj->u.seg_node->next;
585 prev_hash_obj->u.seg_node->next =
586 next_obj->u.seg_node->next;
598 cont_tbl->hash_obj[(next_obj->picl_hdl % TABLE_SIZE)].next =
599 next_obj->next;
600 if (next_obj->next != NULL)
601 next_obj->next->prev = NULL;
603 next_obj->prev->next = next_obj->next;
604 if (next_obj->next != NULL) {
605 next_obj->next->prev = next_obj->prev;
720 seg_hash = seg_hash->u.seg_node->next;
725 seg_hash = seg_hash->u.seg_node->next;
736 seg_hash = seg_hash->u.seg_node->next;
749 seg_hash = seg_hash->u.seg_node->next;
755 seg_hash = seg_hash->u.seg_node->next;
763 pkt_hash = pkt_hash->u.pkt_node->next;
766 seg_hash = seg_hash->u.seg_node->next;
1363 pkt_hash = pkt_hash->u.pkt_node->next;
1727 seg_hash = seg_hash->u.seg_node->next;
2058 seg_hash = seg_hash->u.seg_node->next) {
2063 cont_tbl->hash_obj[(sec_hash->picl_hdl % TABLE_SIZE)].next =
2064 sec_hash->next;
2065 if (sec_hash->next != NULL) {
2066 sec_hash->next->prev = NULL;
2069 sec_hash->prev->next = sec_hash->next;
2070 if (sec_hash->next != NULL) {
2071 sec_hash->next->prev = sec_hash->prev;
2093 cont_hash->next;
2094 if (cont_hash->next != NULL) {
2095 cont_hash->next->prev = NULL;
2098 cont_hash->prev->next = cont_hash->next;
2099 if (cont_hash->next != NULL) {
2100 cont_hash->next->prev = cont_hash->prev;
2151 sec_hash = sec_hash->u.sec_node->next;
2372 tmp_obj = pkt_obj->u.pkt_node->next;
2386 tmp_obj = seg_obj->u.seg_node->next;
2400 tmp_obj = sec_obj->u.sec_node->next;
2452 next_obj = cont_tbl->hash_obj->next;
2464 container_table[cnt] = cont_tbl->next;