Lines Matching refs:vnet
167 static struct vnet *vsw_get_vnet(struct mdesc_handle *hp,
171 struct vnet *vp;
172 struct vnet *iter;
195 /* find or create associated vnet */
284 struct vnet *vp;
312 /* Get (or create) the vnet associated with this port */
316 pr_err("Failed to get vnet for vsw-port\n");
345 * rather than the net_device in the vnet (which is used
442 struct vnet *vp;
444 /* just need to free up the vnet list */
447 vp = list_first_entry(&vnet_list, struct vnet, list);