Home
last modified time | relevance | path

Searched refs:netif_close_many (Results 1 – 5 of 5) sorted by relevance

/linux/net/dsa/
H A Ddsa.c1631 netif_close_many(&close_list, false); in dsa_switch_shutdown()
H A Duser.c3609 netif_close_many(&close_list, false); in dsa_user_netdevice_event()
/linux/net/core/
H A Ddev.c1815 void netif_close_many(struct list_head *head, bool unlink) in netif_close_many() function
1834 EXPORT_SYMBOL_NS_GPL(netif_close_many, "NETDEV_INTERNAL");
1842 netif_close_many(&single, true); in netif_close()
12411 netif_close_many(close_head, false); in netif_close_many_and_unlock()
12487 netif_close_many(&close_head, true); in unregister_netdevice_many_notify()
/linux/include/linux/
H A Dnetdevice.h3449 void netif_close_many(struct list_head *head, bool unlink);
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c5037 netif_close_many(&dev_list, false); in mtk_eth_set_dma_device()