Searched refs:vlan_dev_info (Results 1 – 4 of 4) sorted by relevance
24 struct vlan_dev_info;85 struct vlan_dev_info { struct115 #define VLAN_DEV_INFO(x) ((struct vlan_dev_info *)(x->priv)) argument127 struct vlan_dev_info *vip = VLAN_DEV_INFO(dev); in vlan_get_ingress_priority()
159 struct vlan_dev_info *dev_info = VLAN_DEV_INFO(vlandev); in vlan_proc_add_dev()283 struct vlan_dev_info *dev_info = NULL; in vlan_proc_get_vlan_info()357 struct vlan_dev_info *dev_info = NULL; in vlandev_get_info()
466 new_dev->priv = kmalloc(sizeof(struct vlan_dev_info), in register_vlan_device()470 sizeof(struct vlan_dev_info)); in register_vlan_device()475 memset(new_dev->priv, 0, sizeof(struct vlan_dev_info)); in register_vlan_device()
554 struct vlan_dev_info *info = VLAN_DEV_INFO(dev); in vlan_dev_destroy_egress_priority_map()774 static void vlan_copy_mc_list(struct dev_mc_list *mc_list, struct vlan_dev_info *vlan_info) in vlan_copy_mc_list()