Home
last modified time | relevance | path

Searched refs:dev_close_many (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/8021q/
H A Dvlan.c450 dev_close_many(&close_list, false); in vlan_device_event()
/linux-6.15/net/dsa/
H A Ddsa.c1624 dev_close_many(&close_list, true); in dsa_switch_shutdown()
H A Duser.c3594 dev_close_many(&close_list, true); in dsa_user_netdevice_event()
/linux-6.15/net/core/
H A Ddev.c1718 void dev_close_many(struct list_head *head, bool unlink) in dev_close_many() function
1736 EXPORT_SYMBOL(dev_close_many);
1744 dev_close_many(&single, true); in netif_close()
11934 dev_close_many(&close_head, true); in unregister_netdevice_many_notify()
11942 dev_close_many(&close_head, true); in unregister_netdevice_many_notify()
/linux-6.15/include/linux/
H A Dnetdevice.h3338 void dev_close_many(struct list_head *head, bool unlink);
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c4828 dev_close_many(&dev_list, false); in mtk_eth_set_dma_device()