Lines Matching refs:next

212 		next_hash_obj = next_hash_obj->next) {
243 hash_obj->next = NULL;
267 sec_obj->next = NULL;
272 hash_obj->next = NULL;
296 seg_obj->next = NULL;
301 hash_obj->next = NULL;
325 pkt_obj->next = NULL;
329 hash_obj->next = NULL;
349 hash_obj->next = hash_table[index_to_hash];
352 if (hash_obj->next != NULL) {
353 hash_obj->next->prev = hash_obj;
370 next_hash->u.sec_obj->next != NULL;
371 next_hash = next_hash->u.sec_obj->next) {
375 next_hash->u.sec_obj->next = child_obj;
391 next_hash->u.seg_obj->next != NULL;
392 next_hash = next_hash->u.seg_obj->next) {
396 next_hash->u.seg_obj->next = child_obj;
414 next_hash->u.pkt_obj->next != NULL;
415 next_hash = next_hash->u.pkt_obj->next) {
419 next_hash->u.pkt_obj->next = child_obj;
555 sec_hash = sec_hash->u.sec_obj->next;
602 seg_hash = seg_hash->u.seg_obj->next;
645 pkt_hash = pkt_hash->u.pkt_obj->next;
768 next_obj = next_obj->u.pkt_obj->next;
772 free_obj->next;
773 if (free_obj->next != NULL) {
774 free_obj->next->prev = free_obj->prev;
777 free_obj->prev->next = free_obj->next;
778 if (free_obj->next != NULL) {
779 free_obj->next->prev = free_obj->prev;
802 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next;
806 seg_hash = seg_hash->u.seg_obj->next;
811 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next;
815 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
816 if (seg_hash->next != NULL) {
817 seg_hash->next->prev = NULL;
820 seg_hash->prev->next = seg_hash->next;
821 if (seg_hash->next != NULL) {
822 seg_hash->next->prev = seg_hash->prev;
862 = sec_hash_obj->next;
863 if (sec_hash_obj->next != NULL) {
864 sec_hash_obj->next->prev = NULL;
867 sec_hash_obj->prev->next = sec_hash_obj->next;
868 if (sec_hash_obj->next != NULL) {
869 sec_hash_obj->next->prev = sec_hash_obj->prev;
877 sec_hash_obj = sec_hash_obj->u.sec_obj->next;
885 hash_obj->next;
886 if (hash_obj->next != NULL) {
887 hash_obj->next->prev = NULL;
890 hash_obj->prev->next = hash_obj->next;
891 if (hash_obj->next != NULL) {
892 hash_obj->next->prev = hash_obj->prev;
1526 sec_hash = sec_hash->u.sec_obj->next;
1620 seg_object = seg_object->u.seg_obj->next;
1696 seg_hash = seg_hash->u.seg_obj->next;
1916 tmp_hash = tmp_hash->u.seg_obj->next) {
2139 pkt_hash = pkt_hash->u.pkt_obj->next) {
2400 pkt_hash_obj = pkt_hash_obj->u.pkt_obj->next;
2757 hash_ptr = hash_ptr->u.pkt_obj->next) {
2786 seg_hash->u.seg_obj->pkt_obj_list = pkt_hash->u.pkt_obj->next;
2790 pkt_hash = pkt_hash->u.pkt_obj->next;
2795 next_hash->u.pkt_obj->next = pkt_hash->u.pkt_obj->next;
2799 hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next;
2800 if (pkt_hash->next != NULL) {
2801 pkt_hash->next->prev = NULL;
2804 pkt_hash->prev->next = pkt_hash->next;
2805 if (pkt_hash->next != NULL) {
2806 pkt_hash->next->prev = pkt_hash->prev;
2905 adjust_packets(fd, prev_obj, prev_obj->u.pkt_obj->next);
2912 tmp_obj != NULL; tmp_obj = tmp_obj->u.pkt_obj->next) {
2916 tmp_obj->u.pkt_obj->next);
2996 = sec_hash_obj->next;
2997 if (sec_hash_obj->next != NULL) {
2998 sec_hash_obj->next->prev = NULL;
3001 sec_hash_obj->prev->next = sec_hash_obj->next;
3002 if (sec_hash_obj->next != NULL) {
3003 sec_hash_obj->next->prev = sec_hash_obj->prev;
3011 sec_hash_obj = sec_hash_obj->u.sec_obj->next;
3019 hash_obj->next;
3020 if (hash_obj->next != NULL) {
3021 hash_obj->next->prev = NULL;
3024 hash_obj->prev->next = hash_obj->next;
3025 if (hash_obj->next != NULL) {
3026 hash_obj->next->prev = hash_obj->prev;