Lines Matching defs:list
239 struct list_head list;
255 struct list_head list;
265 list_for_each_entry(ha, &(l)->list, list)
339 struct list_head list;
357 * can remove from the list right before clearing the bit.
1053 struct list_head list;
1109 * This function is called device changes address list filtering.
1803 * @dev_list: The global list of network devices
1897 * @dev_addrs: list of device hw addresses
2043 * keep a list of interfaces to be deleted.
2689 * netif_napi_del() removes a NAPI context from the network device NAPI list
2713 struct list_head list;
2728 struct list_head list;
2854 * and the rtnetlink notification exclusion list in rtnetlink_event() when
3010 extern rwlock_t dev_base_lock; /* Device list lock */
4545 list_for_each_entry_rcu(ha, &dev->dev_addrs.list, list)
4573 int __hw_addr_sync_dev(struct netdev_hw_addr_list *list,
4578 int __hw_addr_ref_sync_dev(struct netdev_hw_addr_list *list,
4584 void __hw_addr_ref_unsync_dev(struct netdev_hw_addr_list *list,
4588 void __hw_addr_unsync_dev(struct netdev_hw_addr_list *list,
4592 void __hw_addr_init(struct netdev_hw_addr_list *list);
4625 * __dev_uc_sync - Synchonize device's unicast list
4669 * __dev_mc_sync - Synchonize device's multicast list
4743 /* iterate through upper list, must be called under RCU read lock */
5209 * The list of packet types we will receive (as opposed to discard)