vlan_ethhdr        61 include/linux/if_vlan.h static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb)
vlan_ethhdr        63 include/linux/if_vlan.h 	return (struct vlan_ethhdr *)skb_mac_header(skb);
vlan_ethhdr       177 include/linux/if_vlan.h 	struct vlan_ethhdr *veth;
vlan_ethhdr       183 include/linux/if_vlan.h 	veth = (struct vlan_ethhdr *)skb_push(skb, VLAN_HLEN);
vlan_ethhdr       241 include/linux/if_vlan.h 	struct vlan_ethhdr *veth = (struct vlan_ethhdr *)skb->data;
vlan_ethhdr        47 net/8021q/vlan_dev.c 	struct vlan_ethhdr *veth = (struct vlan_ethhdr *)(skb->data);
vlan_ethhdr       296 net/8021q/vlan_dev.c 	struct vlan_ethhdr *veth = (struct vlan_ethhdr *)(skb->data);
vlan_ethhdr      1466 net/core/dev.c 		struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data;