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

/freebsd-12-stable/sys/net/
H A Dvnet.c106 struct vnet_list_head vnet_head; variable in typeref:struct:vnet_list_head
261 LIST_INSERT_HEAD(&vnet_head, vnet, vnet_le);
310 LIST_INIT(&vnet_head);
464 LIST_FOREACH(vnet, &vnet_head, vnet_le)
H A Dvnet.h252 extern struct vnet_list_head vnet_head;
265 #define VNET_FOREACH(arg) LIST_FOREACH((arg), &vnet_head, vnet_le)

Completed in 47 milliseconds