Lines Matching refs:entry
177 struct list_head * entry;
207 entry = dev->fib_list.next;
208 while (entry != &dev->fib_list) {
209 context = list_entry(entry, struct aac_fib_context, next);
213 entry = dev->fib_list.next;
215 entry = entry->next;
250 struct list_head * entry;
273 entry = dev->fib_list.next;
276 while (entry != &dev->fib_list) {
277 fibctx = list_entry(entry, struct aac_fib_context, next);
284 entry = entry->next;
309 entry = fibctx->fib_list.next;
310 list_del(entry);
312 fib = list_entry(entry, struct fib, fiblink);
363 struct list_head * entry;
367 entry = fibctx->fib_list.next;
368 list_del(entry);
369 fib = list_entry(entry, struct fib, fiblink);
405 struct list_head * entry;
414 entry = dev->fib_list.next;
417 while(entry != &dev->fib_list) {
418 fibctx = list_entry(entry, struct aac_fib_context, next);
424 entry = entry->next;