Linux Kernel
3.7.1
|
#include <vlan.h>
Data Fields | |
unsigned int | nr_ingress_mappings |
u32 | ingress_priority_map [8] |
unsigned int | nr_egress_mappings |
struct vlan_priority_tci_mapping * | egress_priority_map [16] |
u16 | vlan_id |
u16 | flags |
struct net_device * | real_dev |
unsigned char | real_dev_addr [ETH_ALEN] |
struct proc_dir_entry * | dent |
struct vlan_pcpu_stats __percpu * | vlan_pcpu_stats |
struct vlan_dev_priv - VLAN private device data : number of ingress priority mappings : ingress priority mappings : number of egress priority mappings : hash of egress priority mappings : VLAN identifier : device flags : underlying netdevice : address of underlying netdevice : proc dir entry : ptr to percpu rx stats
struct proc_dir_entry* dent |
struct vlan_priority_tci_mapping* egress_priority_map[16] |
struct net_device* real_dev |