vnet 167 drivers/net/ethernet/sun/ldmvsw.c static struct vnet *vsw_get_vnet(struct mdesc_handle *hp, vnet 171 drivers/net/ethernet/sun/ldmvsw.c struct vnet *vp; vnet 172 drivers/net/ethernet/sun/ldmvsw.c struct vnet *iter; vnet 284 drivers/net/ethernet/sun/ldmvsw.c struct vnet *vp; vnet 439 drivers/net/ethernet/sun/ldmvsw.c struct vnet *vp; vnet 444 drivers/net/ethernet/sun/ldmvsw.c vp = list_first_entry(&vnet_list, struct vnet, list); vnet 69 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 76 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 102 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = (struct vnet *)netdev_priv(dev); vnet 115 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = (struct vnet *)netdev_priv(dev); vnet 160 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = (struct vnet *)netdev_priv(dev); vnet 205 drivers/net/ethernet/sun/sunvnet.c static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) vnet 231 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 239 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 256 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 264 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp = netdev_priv(dev); vnet 284 drivers/net/ethernet/sun/sunvnet.c static struct vnet *vnet_new(const u64 *local_mac, vnet 288 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp; vnet 343 drivers/net/ethernet/sun/sunvnet.c static struct vnet *vnet_find_or_create(const u64 *local_mac, vnet 346 drivers/net/ethernet/sun/sunvnet.c struct vnet *iter, *vp; vnet 365 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp; vnet 370 drivers/net/ethernet/sun/sunvnet.c vp = list_first_entry(&vnet_list, struct vnet, list); vnet 383 drivers/net/ethernet/sun/sunvnet.c static struct vnet *vnet_find_parent(struct mdesc_handle *hp, vnet 428 drivers/net/ethernet/sun/sunvnet.c struct vnet *vp; vnet 771 drivers/net/ethernet/sun/sunvnet_common.c bool sunvnet_port_is_up_common(struct vnet_port *vnet) vnet 773 drivers/net/ethernet/sun/sunvnet_common.c struct vio_driver_state *vio = &vnet->vio; vnet 1566 drivers/net/ethernet/sun/sunvnet_common.c static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) vnet 1577 drivers/net/ethernet/sun/sunvnet_common.c static void __update_mc_list(struct vnet *vp, struct net_device *dev) vnet 1603 drivers/net/ethernet/sun/sunvnet_common.c static void __send_mc_list(struct vnet *vp, struct vnet_port *port) vnet 1666 drivers/net/ethernet/sun/sunvnet_common.c void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp) vnet 1785 drivers/net/ethernet/sun/sunvnet_common.c void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp) vnet 1802 drivers/net/ethernet/sun/sunvnet_common.c struct vnet *vp = port->vp; vnet 37 drivers/net/ethernet/sun/sunvnet_common.h struct vnet; vnet 70 drivers/net/ethernet/sun/sunvnet_common.h struct vnet *vp; vnet 136 drivers/net/ethernet/sun/sunvnet_common.h void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp); vnet 144 drivers/net/ethernet/sun/sunvnet_common.h void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp); vnet 153 drivers/net/ethernet/sun/sunvnet_common.h bool sunvnet_port_is_up_common(struct vnet_port *vnet); vnet 129 drivers/net/ipvlan/ipvlan_l3s.c struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); vnet 132 drivers/net/ipvlan/ipvlan_l3s.c if (!vnet->ipvl_nf_hook_refcnt) { vnet 136 drivers/net/ipvlan/ipvlan_l3s.c vnet->ipvl_nf_hook_refcnt = 1; vnet 138 drivers/net/ipvlan/ipvlan_l3s.c vnet->ipvl_nf_hook_refcnt++; vnet 146 drivers/net/ipvlan/ipvlan_l3s.c struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); vnet 148 drivers/net/ipvlan/ipvlan_l3s.c if (WARN_ON(!vnet->ipvl_nf_hook_refcnt)) vnet 151 drivers/net/ipvlan/ipvlan_l3s.c vnet->ipvl_nf_hook_refcnt--; vnet 152 drivers/net/ipvlan/ipvlan_l3s.c if (!vnet->ipvl_nf_hook_refcnt) vnet 173 drivers/net/ipvlan/ipvlan_l3s.c struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); vnet 175 drivers/net/ipvlan/ipvlan_l3s.c if (WARN_ON_ONCE(vnet->ipvl_nf_hook_refcnt)) { vnet 176 drivers/net/ipvlan/ipvlan_l3s.c vnet->ipvl_nf_hook_refcnt = 0;