vnet
static struct vnet *vsw_get_vnet(struct mdesc_handle *hp,
struct vnet *vp;
struct vnet *iter;
struct vnet *vp;
struct vnet *vp;
vp = list_first_entry(&vnet_list, struct vnet, list);
struct vnet *vp = (struct vnet *)netdev_priv(dev);
struct vnet *vp = (struct vnet *)netdev_priv(dev);
struct vnet *vp = (struct vnet *)netdev_priv(dev);
static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb)
struct vnet *vp = netdev_priv(dev);
struct vnet *vp = netdev_priv(dev);
struct vnet *vp = netdev_priv(dev);
struct vnet *vp = netdev_priv(dev);
static struct vnet *vnet_new(const u64 *local_mac,
struct vnet *vp;
static struct vnet *vnet_find_or_create(const u64 *local_mac,
struct vnet *iter, *vp;
struct vnet *vp;
vp = list_first_entry(&vnet_list, struct vnet, list);
static struct vnet *vnet_find_parent(struct mdesc_handle *hp,
struct vnet *vp;
struct vnet *vp = netdev_priv(dev);
struct vnet *vp = netdev_priv(dev);
static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr)
static void __update_mc_list(struct vnet *vp, struct net_device *dev)
static void __send_mc_list(struct vnet *vp, struct vnet_port *port)
void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp)
void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp)
struct vnet *vp = port->vp;
bool sunvnet_port_is_up_common(struct vnet_port *vnet)
struct vio_driver_state *vio = &vnet->vio;
void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp);
void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp);
bool sunvnet_port_is_up_common(struct vnet_port *vnet);
struct vnet;
struct vnet *vp;
struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid);
if (!vnet->ipvl_nf_hook_refcnt) {
vnet->ipvl_nf_hook_refcnt = 1;
vnet->ipvl_nf_hook_refcnt++;
struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid);
if (WARN_ON(!vnet->ipvl_nf_hook_refcnt))
vnet->ipvl_nf_hook_refcnt--;
if (!vnet->ipvl_nf_hook_refcnt)
struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid);
if (WARN_ON_ONCE(vnet->ipvl_nf_hook_refcnt)) {
vnet->ipvl_nf_hook_refcnt = 0;