Lines Matching refs:list
7 #include <linux/list.h>
187 list_for_each_entry(v, &dp->user_vlans, list) {
1371 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list)
1427 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list);
1462 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list) {
1488 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list);
1521 list_del(&mall_tc_entry->list);
1802 list_add_tail(&v->list, &dp->user_vlans);
1865 list_del(&v->list);
1903 /* Keep the VLAN RX filtering list in sync with the hardware only if VLAN
1960 struct list_head list;
1970 list_for_each_entry(p, hw_port_list, list) {
1982 list_for_each_entry_continue_reverse(p, hw_port_list, list) {
1997 list_for_each_entry_safe(p, n, hw_port_list, list)
2018 /* Populate the list of ports that are part of the same bridge
2021 list_for_each_entry(dst, &dsa_tree_list, list) {
2022 list_for_each_entry(other_dp, &dst->ports, list) {
2047 list_add(&hw_port->list, &hw_port_list);
3440 list_for_each_entry(dp, &dst->ports, list) {