Home
last modified time | relevance | path

Searched refs:vnet_head (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dvnet.c106 struct vnet_list_head vnet_head; variable
260 LIST_INSERT_HEAD(&vnet_head, vnet, vnet_le); in vnet_alloc()
312 LIST_INIT(&vnet_head); in vnet_init_prelink()
466 LIST_FOREACH(vnet, &vnet_head, vnet_le) in vnet_data_copy()
H A Dvnet.h254 extern struct vnet_list_head vnet_head;
267 #define VNET_FOREACH(arg) LIST_FOREACH((arg), &vnet_head, vnet_le)