Lines Matching defs:list
12 #include <linux/list.h>
121 struct list_head list;
173 list_for_each_entry((_dp), &(_dst)->ports, list) \
177 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \
222 struct list_head list;
303 struct list_head list;
333 * so keep it stupid at the moment and list them all.
338 struct list_head list;
361 struct list_head list;
368 struct list_head list;
496 list_for_each_entry(dp, &dst->ports, list)
550 list_for_each_entry((_dp), &(_dst)->ports, list) \
554 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \
558 list_for_each_entry((_dp), &(_dst)->ports, list) \
562 list_for_each_entry((_dp), &(_ds)->dst->ports, list) \
566 list_for_each_entry_safe((_dp), (_next), &(_ds)->dst->ports, list) \
570 list_for_each_entry_continue_reverse((_dp), &(_ds)->dst->ports, list) \
617 list_for_each_entry(dl, &dst->rtable, list)
787 list_for_each_entry(dp, &dst->ports, list)
801 list_for_each_entry(dp, &dst->ports, list)
1300 struct list_head list;