Lines Matching refs:vnet
166 static struct vnet *vsw_get_vnet(struct mdesc_handle *hp,
170 struct vnet *vp;
171 struct vnet *iter;
194 /* find or create associated vnet */
280 struct vnet *vp;
308 /* Get (or create) the vnet associated with this port */
312 pr_err("Failed to get vnet for vsw-port\n");
341 * rather than the net_device in the vnet (which is used
435 struct vnet *vp;
437 /* just need to free up the vnet list */
440 vp = list_first_entry(&vnet_list, struct vnet, list);