Searched refs:vnet_head (Results 1 – 2 of 2) sorted by relevance
104 struct vnet_list_head vnet_head = LIST_HEAD_INITIALIZER(vnet_head); variable269 LIST_INSERT_HEAD(&vnet_head, vnet, vnet_le); in vnet_alloc()475 LIST_FOREACH(vnet, &vnet_head, vnet_le) in vnet_data_copy()
257 extern struct vnet_list_head vnet_head;270 #define VNET_FOREACH(arg) LIST_FOREACH((arg), &vnet_head, vnet_le)