Searched refs:vlan_ethhdr (Results 1 – 1 of 1) sorted by relevance
51 struct vlan_ethhdr { struct61 static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb) in vlan_eth_hdr() argument63 return (struct vlan_ethhdr *)skb_mac_header(skb); in vlan_eth_hdr()301 struct vlan_ethhdr *veth; in vlan_insert_tag()307 veth = (struct vlan_ethhdr *)skb_push(skb, VLAN_HLEN); in vlan_insert_tag()404 struct vlan_ethhdr *veth = (struct vlan_ethhdr *)skb->data; in __vlan_get_tag()467 protop = skb_header_pointer(skb, offsetof(struct vlan_ethhdr, in vlan_get_protocol()