Home
last modified time | relevance | path

Searched refs:dev_unreg_head (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dnet_namespace.h201 struct list_head dev_unreg_head; member
/linux/net/core/
H A Dnet_namespace.c427 INIT_LIST_HEAD(&net->dev_unreg_head); in preinit_net()
H A Ddev.c12612 list_add_tail(&dev->unreg_list_net, &net->dev_unreg_head); in unregister_netdevice_queue_net()
12638 list_move_tail(&dev->unreg_list_net, &net->dev_unreg_head); in unregister_netdevice_queue_many_net()
12657 list_add_tail(&dev->unreg_list_net, &net->dev_unreg_head); in unregister_netdevice_move_net()
12671 list_splice_init(&net->dev_unreg_head, &unreg_head_net); in unregister_netdevice_many_net()
H A Drtnetlink.c294 if (list_empty(&net->dev_unreg_head)) in rtnl_net_work_func()