ether_vlan_stack_header
struct ether_vlan_stack_header *evsh;
size_t expected_len = sizeof(struct ether_vlan_stack_header)
evsh = mtod(m, struct ether_vlan_stack_header *);