Searched defs:vlan_ethhdr (Results 1 – 1 of 1) sorted by relevance
42 struct vlan_ethhdr { struct43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */44 unsigned char h_source[ETH_ALEN]; /* source ether addr */45 unsigned short h_vlan_proto; /* Should always be 0x8100 */46 unsigned short h_vlan_TCI; /* Encapsulates priority and VLAN ID */47 unsigned short h_vlan_encapsulated_proto; /* packet type ID field (or len) */