Lines Matching refs:list
11 #include <linux/list.h>
29 list_for_each_entry(dst, &dsa_tree_list, list) {
33 list_for_each_entry(dp, &dst->ports, list) {
49 list_for_each_entry(dst, &dsa_tree_list, list)
70 INIT_LIST_HEAD(&dst->list);
71 list_add_tail(&dst->list, &dsa_tree_list);
80 list_del(&dst->list);
138 list_for_each_entry(dp, &dst->ports, list)
154 list_for_each_entry(dl, &dst->rtable, list)
165 INIT_LIST_HEAD(&dl->list);
166 list_add_tail(&dl->list, &dst->rtable);
203 list_for_each_entry(dp, &dst->ports, list) {
218 list_for_each_entry(dp, &dst->ports, list)
236 list_for_each_entry(dp, &dst->ports, list)
247 list_for_each_entry(dp, &dst->ports, list)
443 list_for_each_entry(dp, &ds->dst->ports, list) {
488 list_for_each_entry(dp, &ds->dst->ports, list)
518 list_for_each_entry(dp, &ds->dst->ports, list)
534 list_for_each_entry(dp, &dst->ports, list) {
540 list_for_each_entry(dp, &dst->ports, list) {
555 list_for_each_entry(dp, &dst->ports, list)
558 list_for_each_entry(dp, &dst->ports, list)
568 list_for_each_entry(dp, &dst->ports, list)
571 list_for_each_entry(dp, &dst->ports, list)
580 list_for_each_entry(dp, &dst->ports, list) {
595 list_for_each_entry(dp, &dst->ports, list)
654 list_for_each_entry_safe(dl, next, &dst->rtable, list) {
655 list_del(&dl->list);
669 list_for_each_entry(dp, &dst->ports, list)
680 INIT_LIST_HEAD(&dp->list);
681 list_add_tail(&dp->list, &dst->ports);
949 list_for_each_entry_safe(dp, next, &dst->ports, list) {
952 list_del(&dp->list);