Searched refs:netif_close_many (Results 1 – 6 of 6) sorted by relevance
| /linux/net/8021q/ |
| H A D | vlan.c | 475 netif_close_many(&close_list, false); in vlan_device_event()
|
| /linux/net/dsa/ |
| H A D | dsa.c | 1626 netif_close_many(&close_list, true); in dsa_switch_shutdown()
|
| H A D | user.c | 3606 netif_close_many(&close_list, true); in dsa_user_netdevice_event()
|
| /linux/net/core/ |
| H A D | dev.c | 1791 void netif_close_many(struct list_head *head, bool unlink) in netif_close_many() function 1809 EXPORT_SYMBOL_NS_GPL(netif_close_many, "NETDEV_INTERNAL"); 1817 netif_close_many(&single, true); in netif_close() 12331 netif_close_many(close_head, false); in netif_close_many_and_unlock() 12401 netif_close_many(&close_head, true); in unregister_netdevice_many_notify()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 3373 void netif_close_many(struct list_head *head, bool unlink);
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 4989 netif_close_many(&dev_list, false); in mtk_eth_set_dma_device()
|