Lines Matching refs:list
300 struct sk_buff_head list;
302 __skb_queue_head_init(&list);
305 skb_queue_splice_tail_init(&port->bc_queue, &list);
308 while ((skb = __skb_dequeue(&list))) {
486 struct macvlan_dev, list);
806 * list of vlan->lowerdev too.
815 * The solution is to maintain a list of broadcast addresses like
1343 * reconfigure list of remote source mac address
1498 list_add_tail_rcu(&vlan->list, &port->vlans);
1533 list_del_rcu(&vlan->list);
1710 list_for_each_entry(vlan, &port->vlans, list)
1715 list_for_each_entry(vlan, &port->vlans, list) {
1722 list_for_each_entry(vlan, &port->vlans, list) {
1734 list);
1745 list_for_each_entry_safe(vlan, next, &port->vlans, list)
1757 list_for_each_entry(vlan, &port->vlans, list)