Lines Matching defs:list
326 struct sk_buff_head list;
328 __skb_queue_head_init(&list);
331 skb_queue_splice_tail_init(&port->bc_queue, &list);
334 while ((skb = __skb_dequeue(&list))) {
500 struct macvlan_dev, list);
835 * list of vlan->lowerdev too.
844 * The solution is to maintain a list of broadcast addresses like
1391 * reconfigure list of remote source mac address
1554 list_add_tail_rcu(&vlan->list, &port->vlans);
1590 list_del_rcu(&vlan->list);
1779 list_for_each_entry(vlan, &port->vlans, list) {
1803 list_for_each_entry(vlan, &port->vlans, list)
1808 list_for_each_entry(vlan, &port->vlans, list) {
1814 list_for_each_entry(vlan, &port->vlans, list) {
1826 list);
1837 list_for_each_entry_safe(vlan, next, &port->vlans, list)
1849 list_for_each_entry(vlan, &port->vlans, list)