Lines Matching refs:next

60 	    next_hash_obj = next_hash_obj->next) {
81 hash_obj->next = hash_table[index_to_hash];
84 if (hash_obj->next != NULL) {
85 hash_obj->next->prev = hash_obj;
111 hash_obj->next = NULL;
135 sec_obj->next = NULL;
140 hash_obj->next = NULL;
164 seg_obj->next = NULL;
169 hash_obj->next = NULL;
193 pkt_obj->next = NULL;
197 hash_obj->next = NULL;
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;
269 next_obj = next_obj->u.pkt_obj->next;
273 free_obj->next;
274 if (free_obj->next != NULL) {
275 free_obj->next->prev = free_obj->prev;
278 free_obj->prev->next = free_obj->next;
279 if (free_obj->next != NULL) {
280 free_obj->next->prev = free_obj->prev;
305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next;
309 seg_hash = seg_hash->u.seg_obj->next;
314 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next;
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
319 if (seg_hash->next != NULL) {
320 seg_hash->next->prev = NULL;
323 seg_hash->prev->next = seg_hash->next;
324 if (seg_hash->next != NULL) {
325 seg_hash->next->prev = seg_hash->prev;
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;
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;
547 seg_object = seg_object->u.seg_obj->next;
728 sec_hash = sec_hash->u.sec_obj->next;
757 pkt_hash = pkt_hash->u.pkt_obj->next) {
1060 pkt_hash_obj = pkt_hash_obj->u.pkt_obj->next;
1188 sec_hash_obj->next;
1189 if (sec_hash_obj->next != NULL) {
1190 sec_hash_obj->next->prev = NULL;
1193 sec_hash_obj->prev->next = sec_hash_obj->next;
1194 if (sec_hash_obj->next != NULL) {
1195 sec_hash_obj->next->prev = sec_hash_obj->prev;
1200 sec_hash_obj = sec_hash_obj->u.sec_obj->next;
1209 hash_obj->next;
1210 if (hash_obj->next != NULL) {
1211 hash_obj->next->prev = NULL;
1214 hash_obj->prev->next = hash_obj->next;
1215 if (hash_obj->next != NULL) {
1216 hash_obj->next->prev = hash_obj->prev;